How to get back refreshed web view after onReceivedError
问题 I am developing small app where I am calling webpage. I override WebViewClient as I wants to open webpage in same view. My problem is if there is any problem occur(Internet connection breaks or server is disconnected) then I am showing custom error page. But when Internet is connected it shows same error page, not refreshed web page. Here is my code: WebView questionweb; String questionurl; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);