点击 android 上的 webview 图像放大
我在网络视图中有一个图像,当用户单击它时,我希望它以全屏方式打开。我怎样才能做到这一点?
I have an image in a webview, when the user clicks it I want it to open up in the full screen. How do I accomplish this?>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 shouldOverrideUrlLoading,当用户点击图片时捕获图片url。然后使用 Android Image Viewer from App 显示图像(从捕获的图像下载后)网址)。
In shouldOverrideUrlLoading, capture the image url when the user clicks on the image. Then use Android Image Viewer from App to show the image (after downloading it from the captured url).