The 5MB limit is on mobile, and each time you exceed the previous limit the user can give permission to increase it, at least to 50 MB. Also it’s possible to use multiple databases.
> On Jul 25, 2017, at 5:16 PM, Jonathan Lynch via use-livecode > <[email protected]> wrote: > > The size limit on data in local storage is 5 to 10 mb per origin, depending > on browser. Not sure if that would be an issue. > > Local storage seems to work pretty well in my experiments, if the limitations > are not an issue. > > Sent from my iPhone > >> On Jul 25, 2017, at 5:07 PM, Colin Holgate via use-livecode >> <[email protected]> wrote: >> >> Can LiveCode HTML5 include or call Javascript? If so you could use local >> storage InedxedDB for the database. Or WebSQL. If the data isn’t too big. >> >> >>> On Jul 25, 2017, at 3:28 PM, Matthias Rebbe via use-livecode >>> <[email protected]> wrote: >>> >>> And direct db access is also not possible. For that you´ll need some kind >>> of a “db gateway” which can be done with lc server or php. >>> >>> Matthias Rebbe >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
