TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

shouldOverrride functionality for capturing clicked links #113

Open MbaiMburu opened 7 years ago

MbaiMburu commented 7 years ago

I'd like to know if there's a way to capture the url of a clicked link. I want to use the url to get html doc using Jsoup, manipulate the html and then display it using the load method. Is there a way to do this with this library, the listeners available have not been helpful.