Hello,
I have finally created my mobile application and installed it on my ipad with phonegap.
The main component is a multiview wich is full screen. The problem is the following:
If I launch the app portrait and then I rotate the Ipad in landscape every thing is ok, the main multiview is resized to fit the new dimension, but if I open the app in landscape and then I rotate it to portrait, the main component (and all the inner components) are not resized, so I can not control a part of the application because the multiview overpass the limit of the iPad dimension…
So I do not understand why the application has 2 different behaviors in these situation? How can I solve this problem?
Thanks for your help
Danilo
Hello,
we have not managed to reproduce the problem locally. Could you provide the example of ui configuration or attach a complete demo ?
Hello alexandra,
I setted a test envirnoment (tu access use as username and password “prueba”) just in the first page you can notice the problem starting the application in landscape.
Thanks for your help
www.zip (1.5 MB)
Any news on this problem?
When I resize it with chrome/firefox/safari it is resized correctly but with the ios simulator for ipad (4.3) and in the same ipad.
Can you please let me know what i’m doing wrong?
pd. I also added a meta in the index.html
Thanks in advance
Hello,
we have tested the demo and got the problem that dataview items disappear after rotate. We have add the fix for this issue in the libraries that you are using (attached libraries). However, we have got issues with dataview resize. You may try to enable fullScreen. Possibly, it’ll help:
dhx.ui.fullScreen();
dhtmlx.zip (150 KB)