Questions tagged [jquery-mobile-panel]

35 questions
5
votes
1 answer

Why is my panel scrolling up on mobile devices? jQueryMobile

I've got a little task viewer with a panel where you can create a task, anyway, the problem I'm having is that when you're on a mobile device and you scroll down the panel, it gets back to the top, so you need to scroll down again to be able to…
Kyle
  • 1,568
  • 2
  • 20
  • 46
5
votes
1 answer

How to keep panel height fixed with scroll if content overflow for JQuery Mobile

I have a page with fixed header and a fixed footer. The height of the content is also fixed to the height of the window. The document has a panel whose content may grow longer than the height of window/content. When that happens the height of the…
Mo3z
  • 2,138
  • 7
  • 21
  • 29
4
votes
3 answers

jQuery Mobile 1.3.2 error when using panel

I'm trying to implement panel functionality with jQuery Mobile 1.3.2. Here's my code:
PANEL HERE..
Tom Schreck
  • 5,177
  • 12
  • 68
  • 122
3
votes
1 answer

jQuery Mobile Panel Not Working Well

I created multiple div swipe in a single page so that the page remains same but the div gets changed. Used the help of jquery mobile page swipe and did some customizations. The div swipe is working completely fine but I have created a panel and…
Nikx
  • 145
  • 1
  • 1
  • 10
2
votes
1 answer

JQuery Mobile panel still not compatible with JQuery 2.0.3?

I am having a problem while loading JQM panels. I am using Jquery v2.0.3 and JQM v1.3.2. JS console reports this as the problem: Uncaught TypeError: Cannot read property 'options' of undefined line# jquery.mobile-1.3.2.js:10330 I googled and found…
Mo3z
  • 2,138
  • 7
  • 21
  • 29
2
votes
4 answers

jQuery mobile - allow scrolling only when side panel is closed?

I don't want user to scroll when any side bar is open. They should scroll once it closed. I've use below code but its not working on android mobile device $(document).bind('panelopen', function (e, data) { $('body').css("overflow",…
Viral Solani
  • 840
  • 1
  • 9
  • 31
2
votes
1 answer

How to get som jQuery Mobile Features in WordPress

I'm trying to integrate some features that are found jQuery Mobile into a WordPress plugin. I am NOT targeting mobile devices specifically, I just like some of the features in the framework. The problem I am having is that it seems jQuery Mobile…
Todd German
  • 199
  • 1
  • 2
  • 11
2
votes
2 answers

jQuery mobile: panel open not triggered after page navigation

I am creating a mobile website using jQuery mobile (1.3). In this site I'm using a panel for my menu, which get activated by the 'bars' button in the top left of the screen or by swiping from left to right (on desktops; click and move mouse to the…
1
vote
1 answer

opening a new web form in a jquery mobile panel

I am trying to open a new web form in a Jquery Mobile panel. I am trying to open a panel on webform3.aspx and trying to call a new web form called webform2.aspx from webform3.aspx. Below is my code:
Anjali
  • 2,540
  • 7
  • 37
  • 77
1
vote
1 answer

Some js file and social media plugin did not load when changing pages using jQuery Mobile Sliding Panel

I am using jQuery Mobile's panel feature to navigate between pages. Most of my pages have some jssor plugin and social media plugins like Facebook and Twitter. The plug ins do not work through the panel item when selected. This is my current…
Ming Huang
  • 1,310
  • 3
  • 16
  • 25
1
vote
1 answer

jQuery Mobile panel- adding swipe only at right side

I have created web page for toch device using Bootsrap and jQuery mobile. Page contain one carousal in middle of page which slide left/right as per swipe done by user. Page contain Jquery Mobile panel which open only if user swipe right. My problem…
1
vote
0 answers

JQuery Mobile: customize panel widget size

I'm using the panel widget of JQuery Mobile: http://demos.jquerymobile.com/1.4.1/panel/ It looks very nice on phones, but on tablet devices the panel is too small with respect to the screen size. How can I scale the panel size and its content to…
user3098549
  • 1,171
  • 2
  • 13
  • 26
1
vote
1 answer

jQuery Mobile panel won't hide

I'm trying to add a jQuery mobile slide panel. I can get the slider to pop out which is triggered by an anchor link but it won't hide again. Do I need to add an addition jquery script?
rizzledon
  • 145
  • 1
  • 2
  • 11
1
vote
1 answer

Jquery Mobile Panel hides flexslider when opened

I am trying to use jquery mobile panels and it hides the slider when I open the panel, it removes/hides the slider. Adding rel="external" to the button for panel doesn't do anything as it is not a link to physical page. Here is an example given in…
Dhaval
  • 13
  • 2
1
vote
1 answer

jQuerymobile: Close a popup when opening a panel

I have a navigation menu that is a listview inside a collapsible inside a popup. On my page content, I also have regular links open the same page as in the menu. I want some of these links to open in panels. This works fine for the page content, the…
1
2 3