Resize screen problem
Posted: Fri Apr 17, 2015 1:49 am
There is slider appeared on your second screenshot.
And if you refresh after this and change orientation back to vertical you'll got wite space (like in my first comment).
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
There is slider appeared on your second screenshot.
And if you refresh after this and change orientation back to vertical you'll got wite space (like in my first comment).
Hello,
Please set css attribute overflow=hidden on page show event:
pre$("body").css("overflow", "hidden");/pre