Re: [w3c/manifest] should we standardize navigator.standalone ? (Issue #1092)

One potential difference here, if you want an "is this installed" bit, is that display mode css media query is spec'd to be the current display mode, which includes 'fullscreen'. So if you have an installed app that you go fullscreen, then it'll be "standalone" -> "fullscreen" -> "standalone" (when you exit fullscreen).

This seems to really confuse developers, so I propose we have a signal that is something like "is this URL within scope of an installed app" signal (this allows it to work with Safari & Chrome's different implementations of isolation).

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

Message ID: <w3c/manifest/issues/1092/1624039002@github.com>

Received on Thursday, 6 July 2023 17:21:06 UTC