Questions tagged [jquery-mobile-panel]
35 questions
0
votes
1 answer
How to override panel close event
I have a jquery mobile panel menu (open) that has links (data-ajax=false) and want to override the default behavior of the panel closing before it navigates away. All of my pages have the panel menu open by default, and it looks bad when they…

brnwdrng
- 521
- 2
- 8
- 18
0
votes
3 answers
Swipe in the middle to open panel with jQuery Mobile?
I have a small bars button in my nav header that opens the panel when clicked, but how do I make it so that when I swipe to the right from the middle of the app, it opens the left panel? You can see this on many native apps including Facebook.…

TruMan1
- 33,665
- 59
- 184
- 335
0
votes
1 answer
Fixed Header/Panels don't "un-fix"visually in landscape despite media query in Android
I'm using the following media query to get rid of a fixed heard and panel in jQuery Mobile.
@media only screen and (orientation: landscape) {
.ui-header-fixed {
position: absolute;
}
.ui-panel-fixed {
position: absolute;
}
}
The media…

user608664
- 211
- 2
- 3
0
votes
1 answer
How to realize a scrollable content pane in jQuery Mobile 1.3
I use a grid to simulate some kind of splitview where I want to use the left side together with a listview to show some navigation buttons and the right side to show some content.
now the listview is really long and I want to have it scrollable. so…

headkit
- 3,307
- 4
- 53
- 99
-1
votes
1 answer
How to show the panel in pageshow in jQuery mobile
I try to add a handle in the panel to toggle it,
here is the my code: http://jsfiddle.net/bjtn8/
I just want the handle display by default, use it to show or hide the panel.
So I use below code:
$("#slide-menu").panel("toggle").panel("close");
It…

Michael Jiang
- 101
- 1
- 8