Widget - Webview Error
webview1.setWebViewClient(new WebViewClient() {
public void onReceivedError(WebView webview1, int errorCode, String description, String failingUrl) {
//here you can do something when received error in WebView
showMessage("Error");
}
});
Posting Lebih Baru
Posting Lama
Beranda