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.
The new page should reset the zoom level so it looks like a normal page when navigated to
Actual Results
The zoom level remains on the new page so the new page is zoomed in on. This is very confusing to users
Attempted Work Arounds
I have tried temporarily disabling zoom via $.mobile.zoom.disable() on pageHide and then re-enabling zoom via $.mobile.zoom.enable on pageShow and pageBeforeShow. This resolves the zoom issue on Android 4.0 (I did not test 2.3.7) however it does not resolve the issue on iOS. iOS seems to ignore the disabling and re-enabling of zoom.
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report. I'm not sure if/how we would reset zoom between page transitions without overreaching. It's worth thinking about anyway.
Versions Affected
jQuery Mobile 1.1.0
jQuery 1.6.4
OS Affected (Known)
iOS 5.1
Android 4.0
Android 2.3.7
Steps to Reproduce
Expected Results
The new page should reset the zoom level so it looks like a normal page when navigated to
Actual Results
The zoom level remains on the new page so the new page is zoomed in on. This is very confusing to users
Attempted Work Arounds
I have tried temporarily disabling zoom via$.mobile.zoom.disable() on pageHide and then re-enabling zoom via $ .mobile.zoom.enable on pageShow and pageBeforeShow. This resolves the zoom issue on Android 4.0 (I did not test 2.3.7) however it does not resolve the issue on iOS. iOS seems to ignore the disabling and re-enabling of zoom.
The text was updated successfully, but these errors were encountered: