当我调整 UIWebView 的大小时,它正在缩放。我可以告诉它停止这样做吗?
我正在使用 UIWebView 来显示格式化文本。在我开始调整它的大小之前它工作得很好。当我这样做时,它开始缩放并且字体大小变得太大。有没有办法告诉它不要缩放或重置缩放?
I'm using a UIWebView to display formatted text. It works fine until I start resizing it. When I do it starts zooming and the font size gets too big. Is there anyway to tell it not to zoom or reset the zoom?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将uiwebview的minimumZoomScale和maximumZoomScale设置为1。
try setting the minimumZoomScale and maximumZoomScale of the uiwebview to 1.