Search code examples
javaandroidandroid-webviewandroid-websettings

Unable to load fast.com in webview


I want to create a simple app with a few useful webview links but fast.com will not load

webView.loadUrl("https://fast.com");

I've tried most webSettings but nothing works. What am I doing wrong?


Solution

  • I think the one setting you might be missing is this

    websettings.setDomStorageEnabled(true)