The link below is not opening in android webview .I am new to android. Someone help me to open this link in webview.
https://mobile.twitter.com/SCHOOLinSITES
I tried to open it in the following manner
XML
<WebView android:id="@+id/webView51"
android:layout_width="match_parent"
android:layout_height="match_parent">
</WebView>
Activity
WebView w=(WebView)findViewById(R.id.webView51);
w.getSettings().setDomStorageEnabled(true);
w.getSettings().setJavaScriptEnabled(true);
w.loadUrl("https://mobile.twitter.com/SCHOOLinSITES");
Set a userAgent in your Webview.