- From: alancutter <notifications@github.com>
- Date: Wed, 26 Jun 2019 18:42:24 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 June 2019 01:42:47 UTC
I consider this a limitation in the spec. If a site prefers its Android app but not its Windows Store app there's no way for it to express it. If `prefer_related_applications` is `true` then the browser won't promote PWA installation on Windows despite it being the preferred experience. if `prefer_related_applications` is `false` then the browser will promote PWA installation on Android despite it being an inferior experience. This can be improved upon by adding an optional boolean field to the [ExternalApplicationResource](https://www.w3.org/TR/appmanifest/#externalapplicationresource-and-its-members) dict which if unset falls back to the value of `prefer_related_applications`. -- 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/365#issuecomment-506105048
Received on Thursday, 27 June 2019 01:42:47 UTC