Android webview禁用缩放图标
我在 tabview
中有一个 webview
,并启用了 zoomfunctions
。然而,每当我回到非 webview 选项卡时,+/- 图标仍然显示。有没有办法摆脱它们或者不让这种情况发生?谢谢
I have a webview
inside a tabview
and have enabled the zoomfunctions
. However, whenever I got back to the non-webview tab, the +/- icons are still displaying. Is there anyway to get rid of them or not make this happen? thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在
webview
的onPause
中禁用zoomfunctions
you could disable
zoomfunctions
in theonPause
of thewebview