public void onReceivedLoadError( XWalkView view, int errorCode, String description, String failingUrl) { Log.d("MyLog", "Load Failed:" + description); if (detailProgressBar != null && detailProgressBar.isShowing()) { detailProgressBar.dismiss(); } super.onReceivedLoadError(view, errorCode, description, failingUrl); }
@Override public void onReceivedLoadError( XWalkView view, int errorCode, String description, String failingUrl) { super.onReceivedLoadError(view, errorCode, description, failingUrl); }