Visitor II
March 31, 2020
Solved
Cacheable Container does not work when Display Orientation is Landscape and WIDTH < HEIGHT
- March 31, 2020
- 2 replies
- 2780 views
I have attached a very simple Application to show the problem with the Cacheable Container.
I have a Display with a Resolution of 480x320. The Display is naturally in Portrait mode, but we use it Landscape, so I have set in the Display configuration the Width to 320 and the Height to 480.
In this configuration if the cache functionality of the CacheableContainer is enabled the whole container is just black. If I disable the cache functionality the Container shows what it should.
When I now invert the Display configuration to width=480 and height=320, the Cacheable Container works.
Am I missing something here ?
Thanks for helping