File API does not satisfy your use case? On Jan 4, 2014 4:36 AM, "Axel Nennker" <ignisvul...@gmail.com> wrote:
> I looked at the Aerogear Datamanger. Looks good but I am looking for a > really simple solution where developers don't have to strip away the > Aerogear part. > Something like: cordova plugin add indexeddb > > > 2014/1/3 Lucas Holmquist <lholm...@redhat.com> > > > you should checkout the Datamanager stuff that we've been working on, on > > the aerogear project https://github.com/aerogear/aerogear-js#datamanager > > > > It is designed to fallback to whatever is available on your platform > > > > On Jan 3, 2014, at 8:30 AM, Axel Nennker <ignisvul...@gmail.com> wrote: > > > > > Hi, > > > > > > I was wondering about the cross-platform experience of Storage. > > > > > > http://cordova.apache.org/docs/en/3.3.0/cordova_storage_storage.md.html#Storage > > > > > > It seems that there is no cross platform solution in Cordova, right? > > > > > > There are indexeddb shims that implement indexeddb on "all" platforms. > > > Shouldn't storage be indexeddb only? websql is deprecated. > > > > > > My team is currently facing the problem that we implemented a project > > with > > > Cordova's websql on Android and IOS but it is not supported on > FirefoxOS. > > > Now I wish we had started with indexeddb and used a shim on IOS. Argh. > > > > > > I think the text on cross platform storage in > cordova_storage_storage.mdis > > > not really helping developers. > > > > > > Advice? > > > > > > Thanks > > > Axel > > > > >