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

PhoneGap API Demo doesn't look nice on 480x800 / Portrait orientation #70

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run on 480x800 device with portrait orientation
2. Layout will not show pulldown API menu but squish sidebar menu into page in 
left vertical space

What is the expected output? What do you see instead?
Would look nicer with the pulldown API menu with this orientation.

Please use labels and text to provide additional information.
Change the following line in assets/www/index.html:
@media screen and (max-width: 320px) and (orientation:portrait) {
to:
@media screen and (max-width: 480px) and (orientation:portrait) {

Original issue reported on code.google.com by [email protected] on 12 Feb 2012 at 5:53

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

No branches or pull requests

1 participant