Apache cordova: data storage in local database -
we developing cross platform app using visual studio 2015 , apache cordova. need large number of data stored in local database. having problems storing data being migrated local database. best solution problem?
by "local database", assume you're talking websql database?
the size limit of websql dbs platform dependent; example, ios gives 50mb, android offers 200+mb depending on android version. see this page storage capacities across platforms.
if require larger storage capacity this, consider using this plugin allows use native sqlite database unlimited capacity.
Comments
Post a Comment