rajinisiva / mobile-web-development-with-phonegap

Automatically exported from code.google.com/p/mobile-web-development-with-phonegap
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 libby.ba...@gmail.com on 12 Feb 2012 at 5:53