Re: [ServiceWorker] openWindow with a WebApp manifests (#720)

It seems to me the UA should persist the "saved-to-homescreen" and "display=standalone" bit when the SW is registered.  It can then use this information to do the right thing for openWindow().

Of course, this begs the question what should be done if the same site is opened as an installed app and in a normal browser window.  Do you end up with two registrations?  Are they effectively treated as separate origins?  Thats what we do on firefox os, but its unclear to me if thats correct or desirable.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/720#issuecomment-120930551

Received on Monday, 13 July 2015 13:38:30 UTC