Questions
Offline support
16 days ago by Eric
I have a simple app that on first run, downloads some data into a localstore. After that, it doesn’t connect to the Internet unless a user forces a hard reset. The point of the app is to actually run off-line. Is there a way for my app to run in offline mode? Or is there a way I could download my html and run it inside of the wrapper locally so it’s able to run off-line? Knowing that it has to connect occasionally, always loading the app from the server doesn’t really work because 98% of the time it doesn’t need a connection.