Offline use

Is it possible to create a data driven app for both online and offline use that can be sinchronized with a cloud database automatically or when hit a button? (by json, sql or other stuff?)

1 Like

I have never tried but i see no reason why you could not download data in json format and use it as a local data source within app connect.

It could be synchronised via an API in whichever way your favour.

Have a look at PWA: https://developers.google.com/web/progressive-web-apps/