ios - Responsive issue; text renders incorrect size until orientation changes? -
i'm experiencing rather odd, in this page renders text incorrectly sized on initial load, when orientation changed portrait landscape , again renders fine.
i've tried adding in various properties viewport
meta tag, however, doesn't seem have effect.
my current viewport
meta tag has following properties;
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
this behaviour happens on iphone (5s; ios7), haven't tested across other devices. i'm puzzled source of issue be?
if suggest additional viewport
properties or other ideas on how may fixed appreciated.
try adding css:
-webkit-text-size-adjust:none;
Comments
Post a Comment