JavaScript not working in Android Webview?

FIXED!
Spurred on by the error, I found out that I needed to set

setDomStorageEnabled(true)

for the webview settings.

Thanks for your help Stephan 🙂

Leave a Comment