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

Handle tablet and phone layouts #49

Closed
mlynch opened this issue Oct 22, 2013 · 5 comments
Closed

Handle tablet and phone layouts #49

mlynch opened this issue Oct 22, 2013 · 5 comments
Milestone

Comments

@mlynch
Copy link
Contributor

mlynch commented Oct 22, 2013

I don't think responsive is the answer for native apps.

@mlynch
Copy link
Contributor Author

mlynch commented Nov 2, 2013

One thing we could do is go the modernizer route where we apply various classes to the body and then toggle certain responsive elements then.

I think a simple thing to toggle would be a split pane control with a side menu and core content. But it's unclear how to handle that in every case and it's kind of restrictive.

@adamdbradley adamdbradley removed this from the 1.0 milestone Mar 3, 2014
@adamdbradley adamdbradley added this to the 1.1 milestone Mar 26, 2014
@erindru
Copy link

erindru commented Mar 26, 2014

Perhaps the side menu in the split pane control could optionally turn into a 'slide' menu on a phone-size screen? Might be difficult to implement though. This functionality could be achieved outside the framework by having a $rootScope 'device' variable and using ng-if to toggle a split-pane / single-pane layout (if $rootScope.device == 'tablet' or $rootScope.device == 'phone')

Just a (probably poorly thought out) idea

@ck-ws
Copy link

ck-ws commented Mar 26, 2014

@erindru I like this idea really much.

@mlynch
Copy link
Contributor Author

mlynch commented Mar 26, 2014

Good idea! I've started with my WIP PR here: #918. Closing as a dupe of #50

@mlynch mlynch closed this as completed Mar 26, 2014
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants