I have an existing project build apk, it used to work in both Android 6 and android 9 mobile. When I changed the DB = SqlOpenDatabase(“localStorage”,… The new apk work only in Android 9 mobile, but not in Android 6. It show the error “Uncaught ReferenceError: SqlOpenDatabase is not defined.”
I build the native apk of sample project - SQLSample3 (Adding “” in the config.xml file). The apk work fine in Android 9 device, but in the Android 6 device, it show “Uncaught ReferenceError. SqlOpenDatabase is not defined” when I click the “Open Database” button.
It probably does have Chrome installed - I seem to recall (this is a long time ago) that Google replaced the internals of the Android browser with Chrome. Otherwise, it would be hopelessly broken today.