HaroldPutman / bingo-cards

Bingo Game
http://bingocard.me
3 stars 2 forks source link

Closing and reopening pwa resets game #32

Open HaroldPutman opened 4 years ago

HaroldPutman commented 4 years ago

Both on iOS and Android if you close and restart the app after installing to home screen, it does not remember the board

HaroldPutman commented 4 years ago

I am using localStorage to keep the game state. According to this article I should use IndexDB https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/offline-for-pwa Need to explore what this involves.