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

Implement desktop view #20

Open
ferndot opened this issue Aug 29, 2013 · 4 comments
Open

Implement desktop view #20

ferndot opened this issue Aug 29, 2013 · 4 comments
Labels

Comments

@ferndot
Copy link
Member

ferndot commented Aug 29, 2013

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.

@moskovich
Copy link
Contributor

Definitely. Feel free to create issues that you think we need to discuss.

In this particular case, our plan was to do as few changes as possible and push these changes back to Mozilla. Recently I think there will be more than a few changes that might not be easy for them to merge quickly, so yes, I believe we will need something like this.   

I will let Le Chau comment more on the details with her plan. 

—

Sean

On Fri, Aug 30, 2013 at 3:13 AM, Joshua Smith [email protected]
wrote:

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.

Reply to this email directly or view it on GitHub:
#20

@ferndot
Copy link
Member Author

ferndot commented Dec 2, 2013

This is being worked on in https://github.com/apc-io/apc_b2g_gaia/tree/desktop-ui.

@woutervddn
Copy link

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)

@ferndot
Copy link
Member Author

ferndot commented Jan 20, 2014

That sounds like a good idea.

👍

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

3 participants