In my webview , I get all url in the webViewClient method
public boolean shouldOverrideUrlLoading(WebView view, String url) {}
I want to throw the url to other application if the url is from user clicking. Otherwise webview load the url self.But I can't distinguish them.How should I do?
Thanks for your help!
I follow the method in How can I get onclick event on webview in android? .
there are some alternatives using dispatchTouchEvent Android singleTap/OnClick in WebView