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.
我试图在缩放时对我的 html 字符串进行自动换行。我设置了 scalePagesToFit=YES 并添加了一个带有设备宽度的元标记。但我仍然必须平移才能看到隐藏的内容。请帮我。谢谢你。
这是 iOS 5.1 的 HTML 代码
<html> <head> <meta name='viewport' content='initial-scale=3.0, minimum-scale=3.0, maximum-scale=3.0, user-scalable=no'> </head> <body>Stack Overflow<br>iOS 5.1</body> </html>