문제

I'm experiencing something rather odd, in that this page renders the text incorrectly sized on initial load, however when the orientation is changed from portrait to landscape and back again it renders fine.

I've tried adding in various properties for the viewport meta tag, however, this doesn't seem to have any effect.

My current viewport meta tag has the 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 any other devices. I'm really puzzled as to what the source of the issue could be?

If anyone could suggest any additional viewport properties or other ideas on how this may be fixed it would be greatly appreciated.

도움이 되었습니까?

해결책

Try adding this into your css:

-webkit-text-size-adjust:none;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top