font size change after orientation screen change to horizontal

梦想的初衷 提交于 2020-02-25 05:41:30

问题


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..


回答1:


I have found the answer..

To ignore the change of font size on rotation, simply add

-webkit-text-size-adjust: none; 


来源:https://stackoverflow.com/questions/4616019/font-size-change-after-orientation-screen-change-to-horizontal

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!