WebBrowserDemo is failing to load any pages

WebBrowserDemo is failing to load any pages. I don’t know if this is a limitation of running it in the emulator, or if there is another issue. I can use the browser to go to websites, so it’s not a connectivity issue.I see the following line in logcat:

2019-01-10 17:09:49.216 20484-20484/com.juce.webbrowserdemo W/.webbrowserdem: Attempt to remove non-JNI local reference, dumping thread

What is the URL that you are trying to load? It could be an authentication issue, AFAIK the Android WebView will load about:blank for unsecure webpages so perhaps try prefixing the URL with https://.

Ah, that was the issue. My bad.