Page 1 of 1

iPad portrait layout vs landscape layout - hide left panel

Posted: Thu May 24, 2012 1:03 am
by JR Mayhew

How do I create an iPad layout that hides the nav in portrait but shows it landscape (like you did in the Tiggr Showcase iPad app?


iPad portrait layout vs landscape layout - hide left panel

Posted: Thu May 24, 2012 1:07 am
by maxkatz

That's a native iOS app and I believe that's how iOS UI works, it hides the menu based on orientation. There is no such feature when building mobile UI with jQuery Mobile -- unless you program it yourself.


iPad portrait layout vs landscape layout - hide left panel

Posted: Thu May 24, 2012 1:21 am
by JR Mayhew

OK so if were to take this code... http://asyraf9.github.com/jquery-mobile/
would I put it in a blank (non master) iPad page?


iPad portrait layout vs landscape layout - hide left panel

Posted: Thu May 24, 2012 2:59 am
by maxkatz

You could try this library.. but it's probably going to be simpler if you export the app and do it then.