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

Discussing with @dmurph, as an alternative:

```
@media (installed: yes and display-mode: fullscreen) {...}
```

And we keep the legacy:

```
navigator.standalone; 
```

As WebKit/Safari Web Apps are fully isolated (they are an entirely different user agent), there is no way of sharing "is this web app installed". For a site in a browser to know if a web app is (or was) installed would break the privacy model of Safari.  


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

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

Received on Friday, 21 July 2023 20:58:58 UTC