@morris4ever69 wrote:
I'm trying to update a project from Ionic 2 to Ionic 3 and in this project I was using the cordova-sqlite-ext plugin with a pre-populated database stored in www folder.
To open (and create) the database, I was using:
... this.sqlite.openDatabase({name: "data.db", location: 'default', createFromLocation: 1}).then(... ...but the param
createFromLocation: 1doesn't work anymore with thecreatemethodPlease, someone can suggest me how to use (if it's possible) this cordova plugin with the last version of Ionic and Ionic Native SQLite? Thanks..
Posts: 1
Participants: 1