displayMode property

String? displayMode
getter/setter pair

The display mode of the web app. Possible string values are:

  • "DISPLAY_MODE_UNSPECIFIED" : Not used.
  • "MINIMAL_UI" : Opens the web app with a minimal set of browser UI elements for controlling navigation and viewing the page URL.
  • "STANDALONE" : Opens the web app to look and feel like a standalone native application. The browser UI elements and page URL are not visible, however the system status bar and back button are visible.
  • "FULL_SCREEN" : Opens the web app in full screen without any visible controls. The browser UI elements, page URL, system status bar and back button are not visible, and the web app takes up the entirety of the available display area.

Implementation

core.String? displayMode;