I am trying to open twitter page begining with https in webview in android. But it is not opening and blank screen is coming with continous loading. Screen shot
webview
Just add this code below webview. It solved my problem.
webView.getSettings().setJavaScriptEnabled(true); webView.addJavascriptInterface(this, "TwitterDownloader");