Android - 使用 Eclair (2.1) 之前版本的操作系统在 WebView 中调整页面
我正在尝试将页面加载到 WebView
控件中,并在从纵向切换到横向时保持最佳的适配性并能够保留它。
此答案提供了可接受的解决方案,但它仅适用于操作系统 v2.1 及更高版本。由于仅在 2.1+ 版本中可用,因此与旧操作系统版本中的 WebSettings#setLoadWithOverviewMode
方法等效的是什么?
I'm trying to load page into WebView
control with best possible fit and ability to retain it when switching from portrait to landscape.
This answer provides the acceptable solution however it only work in OS v2.1 and up. What would be equivalent to the WebSettings#setLoadWithOverviewMode
method in older OS releases since it's only available from 2.1+?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过设置宽视口,或将视口标记设置为设备宽度,如所述这里?
Have you tried setting wide-viewport, or setting the viewport tag to device-width, as described here?