I have an back button(Image Button) on the webview. I want to make this back button work like browser back button.
Whenever the user clicks on the back button it should move to the previous web page.
Looking forward to your reply.
thanks.
I have an back button(Image Button) on the webview. I want to make this
Share
Implement an
OnClickListenerfor thatImageButtonand insideonClick()write something like this:See WebView guide from Android