gpt4 book ai didi

android检测图像在webview中点击?

转载 作者:行者123 更新时间:2023-11-29 17:53:18 25 4
gpt4 key购买 nike

我想检测 <img点击里面webview ?如果是这样怎么办?我需要一个例子 plz

据我所知,我可以检测到<a href点击里面webview通过使用 WebViewClient

但我需要检测 <img在不使用 java 脚本的情况下单击可以吗?

这是我的代码:

WebView webview = ( WebView ) findViewById(R.id.wv);

WebSettings settings = webview.getSettings();
settings.setUseWideViewPort(true);
settings.setLoadsImagesAutomatically(true);


String summary = "<html><body>You scored <fieldset><legend>adfadf</legend>"
+ " <a href='http://192.168.1.100/1.jpg'><img src='http://192.168.1.100/1.jpg' /></a> </fieldset> "
+ " <b>192</b> points.</body></html>";


webview.loadData(summary, "text/html", null);

最佳答案

引用这个答案,

Detect click on HTML button through javascript in Android WebView

同样的程序也跟踪图像点击。如果它不起作用,请在 HTML 中创建一个按钮并将图像作为按钮的背景,这样您就可以使用链接中给出的答案来跟踪按钮。

谢谢。

关于android检测图像在webview中点击?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21409369/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com