Is there any viewport meta tag available for iOS 10 ?
I am facing zoom issue on my iPhone. I am using <meta name="viewport" content="user-scalable=1.0,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
and also user-scalable=no
is not working.
It seems this meta is not taken into account anymore with iOS 10 RC. Users are able to zoom in/out freely even when this meta.
I'm looking for a clean solution for that.