I am using nparashuram's indexeddb polyfill for websql in an Android webview. when I first start my app, I create the database, 4 stores each with own indexes. I tested the polyfill in Chrome and Safari for iOS and everything works as expected, but in Android 4.3's webview and below, it seems that the init process does not work.
I need to manually delete the database and recreate it again, in order to be able to work with websql database. Did anyone else had this problem?
Is there any sustainable solution to this?