Best data persistence for Angularjs/Javascript Apps on PhoneGap? [closed]
PouchDB dev here. Obviously I’m biased, but here’s my take: The best way to get around the storage quotas in PhoneGap/Cordova is to use the SQLite plugin for iOS/Android. The performance also tends to be better, especially on Android. (Edit: in modern post-Kitkat Android, it’s actually worse.) WebSQL has a nice query language, but you … Read more