How do I call window.openDatabase from a webView hosted in an android application?
- by Kevin
I created a native Android app that basically hosts a webView control. That webView is then used to load a page that calls window.openDatabase from JavaScript. I can successfully confirm that the API exists by verifying window.openDatabase.
Calling this method returns a null when called in a hosted webView control. Calling the same method in…