I have implemented WebView in Dialog Activity and I am loading simple url into webview.
my Webview settings are as
wbView = (WebView) findViewById(R
The issue I found was because of the url without http:// or https://. So I appended this tag if the url doesn't contains http:// or https://.
http://
https://