iPad portrait layout vs landscape layout - hide left panel
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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.