url1 [Android] Webview url 숨기기 class NoErrorWebViewClient extends WebViewClient { @Override public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) { Log.e(String.valueOf(errorCode), description); // API level 5: WebViewClient.ERROR_HOST_LOOKUP if (errorCode == -2) { String summary = "Unable to load information. Please check if your network connection is working properly or try again la.. 2016. 1. 29. 이전 1 다음