我在 webview 中整齐地加载网页时遇到问题
每次我在网络视图中加载页面时,网络视图都会尝试将网页压缩成一个小框架。然而,在标准的 Android 浏览器中,它以完整尺寸加载页面,并允许用户放大他们决定的大小。
有没有办法让 webview 像默认的 web 浏览器一样加载页面?
Everytime I load a page in the webview, the webview tries to squash the web page into a small frame. However, in the standard android browser, it loads the page at the full size and allows the user to zoom in however much they decide.
Is there anyway to make a webview load a page like the default web browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西:
Something like this: