Actions
Patch #23883
closediOS 10 ignore disabled Zoom
Start date:
Due date:
% Done:
0%
Estimated time:
Description
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.
Files
Actions