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).
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