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 this
WebView webview = (WebView)findViewById(R.id.webView); Webview.setBackgroundColor(0); webview.getSettings().setJavaScriptEnabled(true); webview.loadUrl("https://www.facebook.com"); webview.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);