Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that standalone is a user decision. #42

Open
marcoscaceres opened this issue Feb 3, 2014 · 2 comments
Open

Document that standalone is a user decision. #42

marcoscaceres opened this issue Feb 3, 2014 · 2 comments

Comments

@marcoscaceres
Copy link
Contributor

Need to change the following:

"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.

@nrooney
Copy link

nrooney commented Feb 3, 2014

How about:

"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."

Urgh maybe not..., I'll keep thinking...

@marcoscaceres
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants