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?
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?
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.
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?
You could try this library.. but it's probably going to be simpler if you export the app and do it then.