You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"MUST provide a mechanism that allows a developer to indicate that the
application is able to function as standalone. If no such indication is
given by the developer, then the application MUST launch in the Web
browser as normal. That is, the solution MUST NOT conflate bookmarking
with allowing a web application to be launched as standalone. "
... to make it clear that it's actually a user's decision, but the manifest format needs to give the developer control over some start-up options for standalone.
The text was updated successfully, but these errors were encountered:
"MUST provide a mechanism that allows a developer to indicate that the application is able to function as standalone. In the instance when no such indication is given by the developer and the user has not made a previous configuration, then the application MUST launch in the Web browser as normal. That is, the solution MUST NOT conflate bookmarking with allowing a web application to be launched as standalone."
It's really about allowing the developer to say what should happen when the application starts up as standalone (rather than indicating that it can run as standalone, as that is a user decision and not a dev decision!): that is, what orientation and view mode the application should be in when it boots up... as well as what the start URL is and so on.
Need to change the following:
... to make it clear that it's actually a user's decision, but the manifest format needs to give the developer control over some start-up options for standalone.
The text was updated successfully, but these errors were encountered: