What would the best way be to keep the panel open in jQM 1.3? I'd like to do so if the screen is large enough, such as a tablet or desktop. One thought would be to just call the open() method for each page load but that would display the animation as well. I would like to make it "look" like a seamless transition. Thanks for any suggestions!
I want to have the same responsive behaviour where the panel is visible when loading a page based on CSS/media queries, or more precisely when the ui-responsive-panel breakpoint is activated. Any tips would be appreciated. Thank you.