-
Notifications
You must be signed in to change notification settings - Fork 28
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
Implement desktop view #20
Comments
Definitely. Feel free to create issues that you think we need to discuss.
Sean On Fri, Aug 30, 2013 at 3:13 AM, Joshua Smith [email protected]
|
This is being worked on in https://github.com/apc-io/apc_b2g_gaia/tree/desktop-ui. |
I'm wondering what the best approach for this is.. I only skimmed through the code, but it seems like it will enable desktop view by default when the screen resolution is high enough. This makes it hard to commit upstream. I think it might be cleaner to add an "enable desktop mode" feature to the settings menu. Code compatible with that structure would be more easy to commit upstream. This also ensures that a desktop mode can be enabled and disabled on a tablet with a keyboard attached. Gecko could make a trigger that whenever a keyboard is attached, the desktop mode turns on. (unless forced by the settings menu) |
That sounds like a good idea. 👍 |
Since we are porting Firefox OS to a desktop device, it would probably be good to customize the interface to suit larger screens and resolutions.
We should also implement a model system for apps (maybe reading things from meta tags).
I hope it was okay for me to create this issue. If it wasn't I will remove it.
The text was updated successfully, but these errors were encountered: