Stinolez / Tabletop-Helper

Companion web application for tabletop games
GNU General Public License v3.0
2 stars 1 forks source link

[BUG] Loading for the first time - problem with the update message #4

Closed Stinolez closed 5 years ago

Stinolez commented 5 years ago

Describe the bug Update message appears when opening the page for the first time when the sw is registering, but because you don't need to skipWaiting, it will through error on posting message.

Stinolez commented 5 years ago

Condition checking existence of waiting service worker has been added to app.js. To be released with new 0.3 version supporting Roll Player board game.

Stinolez commented 5 years ago

Currently the version on iOS is not updating properly. Need further investigation with the mobile phone in hand.

Stinolez commented 5 years ago

Possible solution pushed as commit https://github.com/Stinolez/Tabletop-Helper/commit/a60c26b0462a8f129418752c5960c2df877b4524

Need further testing with FTP + iOS device.

Stinolez commented 5 years ago

Working even on iOS, where saving to home screen basically leaves it open.