In my Android application, I have a webview that opens several different websites.
Everything works in compliance, however when you have a link on the page, and the user clicks on that link, the browser opens.
I wonder if there is any click event on the elements that are inside the webview, or if there is any other way to handle those clicks within the app.
My intention is to open everything inside the webview, so the user does not exit the application