I am coding an Android app in Android Studio, I have an Activity with a WebView and would like to know if there is a way to detect a hyperlink a user clicks in the WebView
I want to be able to detect if the link is link1.com it will continue and open like normal but if its link2.com it cancels and opens another activity