webview 인터넷연결1 안드로이드(Android) 웹뷰(WebView) 인터넷연결 상태 체크하여 알림창 띄우기 Webview를 이용하는동안 데이터가 소진된다거나 와이파이 끊어져서 인터넷이 응답하지않는 경우에 사용해봅니다. mWebView.setWebViewClient(new SslWebViewConnect(){ @Override public void onReceivedError(final WebView view, int errorCode, String description, final String failingUrl) { mWebView.removeView(view); mWebView.destroy(); Intent intent = new Intent(getApplicationContext(),NetworkNotConnectionActivity.class); startActivity(intent); super.o.. 2020. 2. 21. 이전 1 다음