Issue
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)
Answered By - Narendra_Nath
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.