DisplayMode
Enumerates display modes which are available for selection in the web application manifest
spec. Each display mode is described herein.
Content copied to clipboard
elide.page.Context.AppManifest.DisplayMode
Entries
Properties
Link copied to clipboard
Regular browser UI. Default value if left unspecified.
Content copied to clipboard
BROWSER = 0;
Link copied to clipboard
All of the available display area is used and no user agent chrome is shown.
Content copied to clipboard
FULLSCREEN = 1;
Link copied to clipboard
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.
Content copied to clipboard
MINIMAL_UI = 3;
Link copied to clipboard
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.
Content copied to clipboard
STANDALONE = 2;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.