- From: Daniel Murphy <notifications@github.com>
- Date: Fri, 27 Mar 2020 17:39:03 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 28 March 2020 00:39:16 UTC
A modification on the "Allow sites to specify an explicit fallback chain" solution could be (to make it even simpler): When specifying a display option list, if none are supported, then the user agent defaults to 'browser'. All new display options will correspond to a new display mode string, but will only be available in the 'list' version. For example, `displayMode: 'standalone'` is valid, but `displayMode: 'tabbed'` would not. `displayMode: ['tabbed', 'minimal-ui']` would be valid, and if the user agent doesn't support any of those, it would fall back to `'browser'` Not necessarily voicing a preference for this solution - just thinking how it could be simpler. -- 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/856#issuecomment-605368617
Received on Saturday, 28 March 2020 00:39:16 UTC