使用 webViewClient 单击按钮
我在我的应用程序中使用 WebView。我使用 WebView 加载一个 url。加载页面时,它包含许多链接和按钮。我想处理页面特定按钮的点击。如何实现这一点?
I am using WebView in my application.I load an url using the WebView.On loading the page , it contains many links and buttons . i want to handle the click of a particular button of the page. How to implement this.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 webview 中,如果您使用 loadUrl() 方法并在那里传递 url,那么 webview 将直接打开该 url。因此,如果您单击该网址,您将获得该网址中存在的所有点击事件,然后您将被重定向到新意图。因此无需将自己的点击事件放入 webview 数据中。
这背后有什么特殊的原因吗?您能详细说明一下您想执行什么操作吗?
谢谢
迪帕克
In webview if you are using loadUrl() method and passing url there then webview will directly open that url. so you will get all the click events which are present in that url if you click there then you will be redirected to new intent. SO no need of putting your own click event in webview data.
Is there any special reason behind that. Can you please elaborate what do you wan to perform?
Thanks
Deepak