I have an android application that loads web pages in an activity with a WebView. I am using the retrieving the page manually and using WebView\'s loadDataWithBaseUR
You should check if the canGoBack() method returns true before calling goBack()