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
Original issue reported on code.google.com by
libby.ba...@gmail.com
on 12 Feb 2012 at 5:53