I want to load the URL in WebView
WebView
I have used the following Code:
webView = (WebView) findViewById(R.id.webview1); webView.setWebViewCli
Just as an alternative solution:
For me webView.getSettings().setUserAgentString("Android WebView") did the trick.
webView.getSettings().setUserAgentString("Android WebView")
I already had implemented INTERNET permission and WebViewClient as well as WebChromeClient
WebViewClient
WebChromeClient