Android: WebView's method goBack() shows a blank page

后端 未结 5 1404
一整个雨季
一整个雨季 2021-01-11 16:38

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

5条回答
  •  醉话见心
    2021-01-11 16:55

    You should check if the canGoBack() method returns true before calling goBack()

提交回复
热议问题