I want to load the URL in WebView
WebView
I have used the following Code:
webView = (WebView) findViewById(R.id.webview1); webView.setWebViewCli
The simplest solution is to go to your XML layout containing your webview. Change your android:layout_width and android:layout_height from "wrap_content" to "match_parent".