In Cordova for Windows 8, what is the correct storage option for longterm storage? -
i'm building cordova app windows 8 (surface pro 3) using visual studio 2015 rc. app db need store content such text, image locations, etc. of course want normalize as can db. also, i'm working on web service app use api update database new content needed.
according apache cordova choices seem localstorage
, indexeddb
.
i'm not sure of these can reliably need or if there better solution. i've done native android uses sqlite have experience there.
my understanding both of transient storage. @ end of page is: "in addition storage apis listed above, file api* allows cache data on local file system." plugin (which haven't used) wraps sqlite is: here.
Comments
Post a Comment