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

Orientation hinting #42

Closed
marcoscaceres opened this issue May 17, 2013 · 4 comments
Closed

Orientation hinting #42

marcoscaceres opened this issue May 17, 2013 · 4 comments
Labels

Comments

@marcoscaceres
Copy link
Member

Should we allow orientation hinting in the manifest. Many games prefer to be run in either portrait or landscape, while other apps support "auto".

@mounirlamouri
Copy link
Member

FWIW, I was thinking of adding that in the Screen Orientation specification instead of in the manifest format.

@marcoscaceres
Copy link
Member Author

That would be nice too. Can you provide more details about how that would work? The idea behind using the manifest is that when the application is launched (as a hosted app), the orientation is applied to all top-level documents so the developer doesn't need to worry about it.

@mounirlamouri
Copy link
Member

That's correct. This is pretty straightforward for installed applications but we should think on how to handle that for web applications and I think that part of the complexity is about when the manifest is loaded and that might be solved in the manifest specification. It's mostly a UX issue... Should we switch at load time or should we ask the user?

@marcoscaceres
Copy link
Member Author

We are working this out in the use cases document. w3c-webmob/installable-webapps#11

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

No branches or pull requests

2 participants