Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

manifest display standalone

-----Web App Manifest ----------------------------------------------
{
  "display" : "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.
--------------------------------------------------------------------
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #manifest #display #standalone
ADD COMMENT
Topic
Name
2+9 =