Questions tagged [jquery-mobile-panel]

35 questions
0
votes
1 answer

closing the Jquery mobile panel on submit button

I have a jquery mobile panel like so: Language
Anjali
  • 2,540
  • 7
  • 37
  • 77
0
votes
1 answer

How to set the width of a jQuery Mobile 1.4 responsive Panel in percentage?

I'm able to change the fixed width of a panel, by overriding the default JQM stylesheet. But now, in my mobile UI, i need to set the width of my fixed panel to a percentage value. I found on SO many answers about how to set the CSS for a fixed…
0
votes
1 answer

JQuery Mobile listview inside a panel

I am trying to use listviews with collapsable items within a panel, but I am getting strange results. Specifically, this is a minimal code I am using. Note that everything in the list view is taken from a JQuery Mobile example, so I would expect…
0
votes
1 answer

jQuery mobile listview and panel

Basically I am designing this mobile app using jQuery mobile. I am quite new, but I've tried different ways with no success. I am trying to write the code, so that when you click on a list view item, a panel opens with the selected listview h1 (that…
0
votes
1 answer

Jquery mobile panel buttons only working up to 300px

I've built a responsively sized panel, like this:
For some reason, The panel seems to…
user281058
  • 151
  • 2
  • 7
0
votes
0 answers

Inserting dynamic panel jquery mobile

In my app I would like to re-use the panel so I call this function when opening index.html: var add_panel=function() { //add button $('[data-role="header"]').append('
vespino
  • 1,714
  • 3
  • 15
  • 28
0
votes
1 answer

How can I open the jQuery mobile panel between the header and footer only, and not the whole page?

I have a panel that appear on screen, which is great, but I would like for it to appear between the header and footer only and not top to bottom on screen. Sample code below,
Annie
  • 33
  • 6
0
votes
2 answers

jQuery Mobile panel screen positioning

I am using JQuery Mobile, and I have a panel that appear on the right of the screen, is it possible to have the panel appear on the right column (middle of the page) and not to the far right of the screen.
Annie
  • 33
  • 6
0
votes
1 answer

Onclick not working in panel after page change

I'm creating a small webapp using jquery mobile and php. I have an issue where I have a menu in a panel which i need to run an onclick event from. This works fine when the page has been re-loaded either using data-ajax='false' or running a page…
Janey
  • 1,260
  • 3
  • 17
  • 39
0
votes
1 answer

Issue in jquery left panel in windows phone 8

I am making windows hybrid app. I have used panel widget ( like hamburger) of jquery mobile. But its not working properly. When I open it , click on any menu item and again click on panel icon (left hand top icon), then it vanishes. Kindly help me…
0
votes
0 answers

jquery mobile 1.4.1 panel transition on close

I upgraded to jquery mobile 1.4.1 from 1.3.2. In the old version, the panel used to open and close with a transition. Now it only opens with a transition. I'm pretty sure this is because of the new version because the documentation even shows it…
Thomas
  • 2,356
  • 7
  • 23
  • 59
0
votes
1 answer

Google map disappears after JQuery panel pushes

I'm using Google Maps on JQuery Mobile and I havethis problem of the map disappearing when I click the menu (panel) for it to slide open. This is my JS function: function loadSearch(input) { var mapOptions = { center: new…
0
votes
3 answers

How to stop page flickering when panel is open/close in phone gap android

I am trying to create and facebook like panels so tried to use Panels from JQuery mobile link then i make the header and footer position to fixed and disabled the data-animate.Know the issue is when i open/close the panel its flickers is also…
Neerav Shah
  • 713
  • 5
  • 18
  • 39
0
votes
0 answers

fixed header/footer do not slide when panel is revealed on Android 4.0 and further

I want to create a panel as per the facebook so i tried the example shown here the panel length is greater than the page. When i run the example in the crome and firefox browser it working properly but when i try to run it in the emulator then…
Neerav Shah
  • 713
  • 5
  • 18
  • 39
0
votes
1 answer

Jquery mobile Panel not working on page redirect and background image not getting applied

I have two problems. 1) when I include the html code for the panel after the header, the image doesn't get applied 2) I have a button that on click opens up the SocialStream.html page, The panels (or swipe events) don't work when it's coming from…
Dot
  • 279
  • 1
  • 9
  • 21