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..
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..
I have found the answer..
To ignore the change of font size on rotation, simply add
-webkit-text-size-adjust: none;