Reputation: 193
i have build application web on iphone, but the font size is change it to large when i rotate my iphone..
anybody know how to keep size the font?
thank you..
Upvotes: 1
Views: 1918
Reputation: 193
I have found the answer..
To ignore the change of font size on rotation, simply add
-webkit-text-size-adjust: none;
Upvotes: 2