Re: [w3c/manifest] Control the default behavior at the moment of completion of the installation (#995)

> that would false trigger in the following circumstances, but that might be wanted by the developer?

Yes, that workaround code is only used in pages that should never be opened in the (standalone display mode) app. To better understand, I made a simple PWA example, https://webvideoplayer.org/ . After installation from homepage(index.html), chrome load index.html into the app, and the workaround code change the page to player.html (the app itself). The code is only used in index.html, not in player.html.

> I could see a feature request about giving web apps more control over exactly what happens on install (what page is loaded).

Yes, that’s what I filed this issue is about.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/995#issuecomment-909100601

Received on Tuesday, 31 August 2021 10:18:16 UTC