localForage-cordovaSQLiteDriver
localForage-cordovaSQLiteDriver copied to clipboard
This Driver dosent seem to work with never versions of Cordova SQLite Storage
The Driver works fine with Cordova SQLite 3.2
When upgrading to Cordova SQLite Storage 5.x, defineDriver is still called, but localForage defaults back to the asyncDriver, instead of using the cordovaSQLiteDriver.
Reverting back to Cordova SQLite 3.2 fixes the issue.