bananajuicellc / first.bananajuice.tech

A selection game to help gamers pick who goes first.
https://whogoes1st.com
Mozilla Public License 2.0
1 stars 3 forks source link

Allow app to work offline. #47

Open tswast opened 8 years ago

tswast commented 8 years ago

We recently went cabin camping in Ocean Shores where there was very little cell reception. I imagine people like to play board games when camping where there is little cell reception pretty often.

We should make sure the app works offline, too.

tswast commented 8 years ago

This needs to use AppCache (deprecated, but only option for iOS users) and ServiceWorkers.

It should probably be configurable so it's just the desired language, too.

tswast commented 6 years ago

My friend Marc pointed by at https://developers.google.com/web/progressive-web-apps/ and also recommends Workbox from https://developers.google.com/web/tools/