1
In my Android app, I have a webview that opens several different websites.
Everything works in the compliant, but when there is a link on the page, and the user clicks on this link, the browser opens.
I wonder if there is any click event on the elements that are inside the webview, or if there is some other way to treat these clicks inside the app.
My intention is to open everything inside the webview, so that the user does not leave the application
Maybe these questions from Soen can also help you: Link should be open in same web view in Android / How to load External webpage Inside Webview
– Mathiasfc