Vote #77821
完了iOS 10 ignore disabled Zoom
0%
説明
With r14819 we disabled zoom on mobile devices. This has stopped working for iOS devices running iOS 10 as @maximum-scale=1@ is being ignored (see also here: https://medium.com/@johan_ronsse/re-apple-disabling-maximum-scale-behavior-on-responsive-websites-in-ios10-17bc7b0f27c0#.rkul46vzf)
Adding @user-scalable=no@ to the viewport meta tag achieves our wanted behaviour also on iOS 10 and therefore fixes this issue. Attached you will find the according patch.
journals
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------