Answers for "manifest display standalone"

0

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.
--------------------------------------------------------------------
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language