I am implementing webview application in android. When i am trying to load https url one or two times it finishes the activity. Agian tryin
Try to use below attributes :
webView = (WebView) findViewById(R.id.webView1); WebSettings settings = webView.getSettings(); settings.setJavaScriptEnabled(true); settings.setDomStorageEnabled(true);