Questions tagged [jquery-mobile-dialog]

18 questions
5
votes
2 answers

Can't Get Dialog to show programmatically in JQuery Mobile

I'm trying to get a div with data-type 'dialog' to display in JQuery Mobile, fired by a Javascript event. The button click in the example below is purely to fire the event.
JonRed
  • 2,853
  • 5
  • 28
  • 37
2
votes
0 answers

Jquery mobile dialog - multiple &ui-state=dialog in URL

For some reason &ui-state=dialog gets appended to the URL everytime I open the jquery mobile dialog using changepage. Ex: /search-results.html?m_search=iphone#&ui-state=dialog&ui-state=dialog&ui-state=dialog $('.legClick').bind('click',…
Learner
  • 2,303
  • 9
  • 46
  • 81
2
votes
1 answer

jQuery Mobile Dialog button takes all the space

I've set a dialog with a form in jQuery Mobile 1.3.1, and the button to submit the form is taking all the available space. With button at the end: As you can see, it's covering everything. Without it: Here it's fine, but I need the button to…
1
vote
1 answer

Is it necessary to unbind pageshow events after closing dialog?

I'm finding something that is slightly annoying and want to make sure I'm not doing anything blatantly wrong. I'm using jquery-mobile 1.4. I have a mainpage.html that calls a dialogpage.html modeled as a dialog. The dialogpage has a
kane
  • 5,465
  • 6
  • 44
  • 72
1
vote
1 answer

jqueryMobile dialog closes as soon as it is opened on page load in Safari only

So my jqueryMobile dialog is closes as soon as it is opened on page load in Safari only. I have a click event attached to a link that opens it. Works just fine on all other browsers, just not Safari. Also not I have a cookie set so it only opens…
Justin
  • 416
  • 3
  • 9
  • 26
0
votes
1 answer

Checkboxes in jQuery Mobile Scroll View

Is there any reason why checkboxes in the hidden portion of a scrolled window in a jQuery Mobile popup dialog does not work and simply jumps to the top?
iSofia
  • 1,412
  • 2
  • 19
  • 36
0
votes
0 answers

Jquery Mobile listview search

I am creating a project whereby the user enter a name and the name pops up in the box but you can click to get more information in a dialog box. My code is working but for the dialog to show the full information correctly you need to type at least…
0
votes
0 answers

jquery mobile custom select menu goes back page-0

I used multi-page template (JQM) and created a single html file with 2 pages (Page0 and Page1). When the html file is loaded Page0 is shown. In page0, there is a link to page1. In page1, I have included a custom select menu, which opens a dialog box…
Detroit
  • 17
  • 1
  • 4
0
votes
0 answers

Jquery Mobile 1.4.2 dialog display incorrect (the from page display dialog content) when press back button

JQuery mobile dialog display incorrect after pressed back button. First time run Click open dialog button Clicked back button Click open dialog button again The dialog page content will copied to the from page after clicked back…
0
votes
1 answer

Closing JQuery-mobile Dialog results in crash

I'm working on a mobile app using JQuery-mobile and I'm having problems with my dialogs, every time I try to close the dialog (using the default close button) the app freezes. Head code:
Barry Michael Doyle
  • 9,333
  • 30
  • 83
  • 143
0
votes
1 answer

jquery dialog not coming up on pageload

I want to show the dialog after the pageload .
sree
  • 868
  • 2
  • 12
  • 35
0
votes
1 answer

Jquery mobile page flickers and blinks when dialog box is open and closed

I am creating an app in which i want to use a select option with long list for this i tried an example from here but the problem is when tried the long list example in the emulator then the page starts flickering and blinking before opening the…
Neerav Shah
  • 713
  • 5
  • 18
  • 39
0
votes
1 answer

Closing dialogs in multipage template

Trying to work out how to close a dialog and return to the calling page (where the page is a div within a multipage template). The dialog defaults to the first page div (back button) or # (x button) - I need it to close and remain on the referring…
Nathan
  • 949
  • 1
  • 20
  • 35
0
votes
0 answers

Create a fullscreen mobile popup

I am trying to achieve a full screen popup with a close button. 1) I have tried this
Pavan Garre
  • 2,661
  • 1
  • 18
  • 19
0
votes
1 answer

jQuery Mobile dialog opens incorrectly in Safari

I have problem with jQuery Mobile dialog. When is the page first time loaded (after JQM init) and after that when I click on dialog button (open dialog), dialog is opened incorrectly. Instead of include into DOM, is dialog page opened as a new page.…
Peter Jurkovic
  • 2,686
  • 6
  • 36
  • 55
1
2