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?
I think the one setting you might be missing is this
websettings.setDomStorageEnabled(true)