点击 android 上的 webview 图像放大

发布于 2024-11-04 16:04:09 字数 51 浏览 0 评论 0原文

我在网络视图中有一个图像,当用户单击它时,我希望它以全屏方式打开。我怎样才能做到这一点?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

困倦 2024-11-11 16:04:09

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文