Cordova 2.7 - iOS Plugin SQLite exec deprecated -


hello phonegap experts,

we have updated our ios app cordova 2.7. error message when using "phonegap ios sqliteplugin (brodyspark / latest version)".

the old format of exec call has been removed (deprecated since 2.1). change to:

cordova.exec (null, null, "sqliteplugin," open ", [{" name ":" dbname "," callback ":" cb1 "}]); 

we have tried fix error. had no success. have answer should do?

best regards

i started today porting phonegap-sqliteplugin-ios latest cordova api: https://github.com/j3k0/phonegap-sqliteplugin-ios

it not support batch execution (transactions) yet, db.executesql requests.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -