Answer the question
In order to leave comments, you need to log in
Database migration from cordoba to native android, is it possible?
Is it possible?
var db = openDatabase("AddressBook", "1.0", "AddressBook", 200000);
Tried to use one database name, doesn't work.
private static final String db_name = "AddressBook";
private static final int db_version = 1;
Answer the question
In order to leave comments, you need to log in
Cordova uses a W3C Web SQL Database that I don't know, but as I understand it, it's something like localStorage and is stored somewhere nearby, and not in a native form.
Accordingly, all data will have to be transferred manually, i. open a webview with a cordova application, get all the data and use the plugin to transfer it to the native database. Somehow I imagine it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question