- From: Matt Giuca <notifications@github.com>
- Date: Thu, 08 Jun 2023 21:39:26 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 June 2023 04:39:32 UTC
Note from chatting with Marcos: Yes it *basically* is `matchMedia('not (display-mode: browser)').matches` but a small exception for fullscreen (because display-mode: fullscreen is weird). dm: fullscreen is true when you're in the browser but fullscreen mode. But `navigator.standalone` is false in that case. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/1092#issuecomment-1583965056 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/issues/1092/1583965056@github.com>
Received on Friday, 9 June 2023 04:39:32 UTC