-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Users want to use the app offline.
-
Html5 had this kind of feature with appcache allowing to provide static js and html file from the browser cache. However the feature now seems deprecated and replaced by service worker (!?)
-
Google Map won't load more tiles offline but still can remember cached tiles and visited part of the map where a task occurs.
=> Using task creator offline does seem like quite doable afterall.