In Activity, you can listen back key event at OnBackPressed() method.
But!!
In Fragment, you can not listen back key event.
(Back key event go to Activity’s OnBackPressed() )
You can solve this problem by many way.
But try like this code.
When webview can go back to previous page, webview go back to previous page
When webview is root page, it will call parent activity’s onBackPressed() method.
Simple WebView in android studio :
• Simple Webview In android Studio
Progressbar in webview in Android Studio:
• Webview Progress bar In Android Studio
Title And Back Button Event Webview Android Studio:
• Title And Back Button Event Webview Androi...
Overflow Menu In Webview Android Studio:
• Overflow Menu In Webview Android Studio