cordova - Phonegap 3.4 on Android 4.4 with pre-populated SQLite database -
I have a hybrid Android / PhoneGap application that is with PhoneGrap version 2.5, which uses the pre-generated SQLite database The application is copied to the "/data/data///app_database/file__0/0000000000000001.db" location from the asset folder on the installation database. The database is not working on Android 4.4. I am trying to upgrade PhoneGep 3.4, but, while the app is compiled, it is still the same issue. Do I need to use the Cordova-SQL plugin ()? Does it work with pre-populated databases and if this happens - where is the database stored? In addition, I got another plug-in - but he said that there are problems with Android 4.4. Thanks for Olga
4.4+, you can type " / app_webview / database / file__0 / 1
" with the path " / app_database / File__0 / 0000000000000001.db
". In my app, it works on Android 4.4.2.
Comments
Post a Comment