Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

PWA: Support display modes #1830

Closed
pocmo opened this issue Jan 24, 2019 · 0 comments
Closed

PWA: Support display modes #1830

pocmo opened this issue Jan 24, 2019 · 0 comments
Assignees
Labels
🌟 feature New functionality and improvements <pwa> Component: feature-pwa

Comments

@pocmo
Copy link
Contributor

pocmo commented Jan 24, 2019

Meta: #1819

The manifest supports multiple display modes:

fullscreen All of the available display area is used and no user agent chrome is shown. standalone
standalone The application will look and feel like a standalone application. This can include the application having a different window, its own icon in the application launcher, etc. In this mode, the user agent will exclude UI elements for controlling navigation, but can include other UI elements such as a status bar. minimal-ui
minimal-ui The application will look and feel like a standalone application, but will have a minimal set of UI elements for controlling navigation. The elements will vary by browser. browser
browser The application opens in a conventional browser tab or new window, depending on the browser and platform. This is the default. (None)

https://developer.mozilla.org/en-US/docs/Web/Manifest#display

Could we land something in a feature-pwa component that makes it easier for apps to support those?:

┆Issue is synchronized with this Jira Task

@pocmo pocmo added 🌟 feature New functionality and improvements <pwa> Component: feature-pwa labels Jan 24, 2019
@pocmo pocmo self-assigned this Mar 11, 2019
pocmo added a commit to pocmo/android-components that referenced this issue Mar 18, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pocmo Sebastian Kaspari
pocmo added a commit to pocmo/android-components that referenced this issue Mar 21, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pocmo Sebastian Kaspari
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🌟 feature New functionality and improvements <pwa> Component: feature-pwa
Projects
None yet
Development

No branches or pull requests

1 participant