You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
I've noticed an issue using the latest version of jQM. There seems to be layout problems when using iOS5 + touchOverflowEnabled = true. What i'm seeing is that the width of the page is calculated incorrectly and as a result the page is squeezed into ~75% width of the page.
From playing around with it, it seems to be a problem with divs marked with data-role="content". When i remove the data-role, i don't see the problem.
It is really easy to reproduce. Use the following body and initialise jQM + jQuery in the usual way (making sure to set touchOverflowEnabled = true). Disabling touchOverflowEnabled or removing data-role resolves the issue.