Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 web 视图中显示 html 字符串。在 iphone 5 中,我面临的问题是,当我从纵向到横向进行定向时,uiwebview 中文本的字体大小会发生变化。
我试试这个,它有效。当您更改方向时,再次将字符串加载到 webView。
示例:[self.webView loadHTMLString:yourString baseURL:nil];
这是工作。!!