Re: [manifest] Integration with service workers (#161)

> The offline etc won't depend on the manifest support, it just means that the first launch after added to the home screen will already have the service worker ready and if the app developer decides, work offline, have push messages etc. Without this, the user might first have it on second launch.

My working assumption is that installing just reopens the browser but, possibly, in a different display mode. Can you help me understand the issue a bit? This is what I assume happens:

1. user goes to `https://foo.com`. 
1. foo.com registers a SW. 
1. Time passes, pages are reloaded. SW is happily doing its thing. 
1. Browser or user decides "this is install worthy! I'm going to keep this".
1. foo.com is added to homescreen.
1. foo.com is relaunched - but new display mode is applied. SW is still doing its thing. Everyone is happy? 

What am I missing? :(


 



 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/161#issuecomment-69274320

Received on Friday, 9 January 2015 00:18:13 UTC