I create a simple webview app. The main URL page contains links to other URLs. When I go to them, I can not go back to the main URL.
I would like to do this by taping on the “triangle back” on the android navigation bar. (as it happens in a normal browser). How do I implement this?
thank you