Detecting Webview Error and Show Message
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'd like to show an error message when there is an error loading a webview page (No connection). This is what I have so far, without the error handling code: public class TrackerPage extends Activity { // @Override private WebView webview ; private ProgressDialog progressDialog ; private boolean error ; @Override protected void onCreate ( Bundle savedInstanceState ) { super . onCreate ( savedInstanceState ); // Get rid of the android title bar requestWindowFeature ( Window . FEATURE_NO_TITLE ); // Set the XML layout setContentView