tkshill / Quarto

A working example of the Quarto board game using Elm and Netlify. An exploration of game development, OSS, and functional programming.
https://elmquarto.netlify.app/
MIT License
15 stars 16 forks source link

Create a Service worker for Offline functionality #53

Open tkshill opened 3 years ago

tkshill commented 3 years ago

Issue Context

Would like to have the application working natively on mobile devices as a progressive web app.

Suggested Solution

The app has a valid site.manifest file (enabled browsers allow it to be placed as a native button on the home screen and launched from there. However without a service worker, the app cannot be used online.

Alternatives Considered

Additional Resources

See here in contributing for the basics on forking and cloning the repository.

github-actions[bot] commented 3 years ago

Thank you for the issue! We'll take your request into consideration and will follow up soon if we decide to tackle this issue. To all contributors: any issue that is labeled Status: Available is up for grabs. To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please leave a comment letting us know and we can schedule some time to help. For full info on how to contribute, please check out our contributors guide.