localForage-cordovaSQLiteDriver icon indicating copy to clipboard operation
localForage-cordovaSQLiteDriver copied to clipboard

SQLite driver for Cordova apps using localForage.

Results 8 localForage-cordovaSQLiteDriver issues
Sort by recently updated
recently updated
newest added

When using this, I always get the message below in console. Is there anything to prevent this? ``` ● Console console.info Redefining LocalForage driver: cordovaSQLiteDriver at setDriverSupport (node_modules/@ionic/storage/node_modules/localforage/dist/localforage.js:2621:33) ```

Hi there, I recently published a version of our ionic-app with the sqlite plugin. It works pretty well for most users but there are currently 2 devices that crash because...

licence -> license

Hi, I'm trying to use this driver with localforage and cordova, however I'm running into the following javascript errors when loading in the project.

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...

Using version 1.8.0 with localforage 1.7.1 and cordova-sqlite-storage 4.0.0, there is no data persistence between app restarts. For whatever reason, commenting out this line fixes the problem: https://github.com/thgreasi/localForage-cordovaSQLiteDriver/blob/7a4ac27/lib/localforage-cordovasqlitedriver.js#L43 (I'd just...

I have an Ionic V1 cordova project to which I am trying to install this localforage-cordovasqlitedriver plugin and I get an error on install. I get the same error installing...

So after a stupid amount of time, I've got it _apparently_ working. Using [john-doherty's post](https://github.com/thgreasi/localForage-cordovaSQLiteDriver/issues/22) I can make window.appStorage.driver() return as 'SQLiteStorage' ...after a setTimeout of 5 seconds. I'm defining...