I would like to allow redirects to happen naturally in the WebView and only catch a new url if it is a happening because a user clicked something.
|
feedback
|
|
Not directly, no. You can use a combination of If you control the content of the web content, you could also encode the user-clickable Urls in some identifiable way (eg. a proprietary scheme instead of http) and do any additional processing that you require if the criteria match in your | |||
|
feedback
|
|
I just found something in that SDK that might work, WebView.getHitTestResult() Let me know if anyone sees any flaws in this method. Here is an example of how I am using it:
| |||||||
feedback
|