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
Post a Comment