Questions tagged [jquery-mobile-pageshow]
23 questions
8
votes
2 answers
PhoneGap + JQuery Mobile + Google Maps v3: map shows Top Left tiles?
I have a PhoneGap application that uses JQuery mobile to navigate between pages.
When I navigate from the main page to a page containing a Google map, the map shows only a single tile at a time in the top left corner like this:
What can be the…

Mina Wissa
- 10,923
- 13
- 90
- 158
7
votes
1 answer
jQuery Mobile - pageinit vs pageshow
I am a little confused over usage of the pageinit and pageshow methods in jQuery Mobile. I know that pageinit is called during initialization and pageshow is called every time the page is rendered.
I have a home page that loads data using $.ajax()…

user694688
- 593
- 1
- 15
- 32
5
votes
3 answers
Swiper not working in Jquery Mobile
i am using Swiper by idangero.us with Jquery Mobile...
Here i am using Scroll Container Swiper for a content slider...
Just facing a lot of problem embedding the code together...
http://jsfiddle.net/keuKu/4/embedded/result/
The scrollbar is not…

SaurabhLP
- 3,619
- 9
- 40
- 70
3
votes
1 answer
jQPlot charts not working in jquery mobile pop up
I have a line chart using jQPlot that needs to be displayed on click of a jquery mobile pop-up. Unfortunately it doesnt show up.. Below is my code.
Line Charts and Options

Silver
- 55
- 1
- 8
3
votes
1 answer
Unable to get Google Maps API v3 to completely load on jQuery Mobile
Couldn't load google maps on jquery mobile. It does load, but only when you hit refresh on browser. I am currently using jquery.mobile 1.3.1 and jquery 1.9.1. I am not sure how to do this because I am learning all this.
function initialize() {
…

user2329695
- 107
- 1
- 2
- 5
2
votes
1 answer
jQuery mobile header cutting off content
I'm working on a jQuery mobile project where I want to use fullscreen headers data-position="fixed" data-fullscreen="true". The problem I am running into is that the header is cutting into the content.
I am trying to figure out a way to make the…

Austin Adair
- 159
- 1
- 3
- 9
2
votes
2 answers
jQuery Mobile | Navigation between Pages
I am fairly new at JQM and i am trying to build mobile application using jQuery Mobile.
Below is what i am trying to achieve..
I have few HTML pages with each having its own css, javascript and JQM pages. What i need is when i change to another html…

planet260
- 1,384
- 1
- 14
- 30
2
votes
1 answer
jqplot not working for dynamic data
I am trying to use jqplot to plot bar chart graph of data retrieving from SQLite DB for Phonegap - Android how to use the same code for db values. this code with static data is working fine inside of tag but when i m trying to put this code inside…

nida
- 656
- 3
- 16
- 38
2
votes
3 answers
get JS to load on JQM page
I am trying to get a plugin to run on JQM, but I need it to wait and load when page two is active. Right now, its loading when it starts up. I have my pages set up with data-role='page'. Here is my code:
$(document).ready(function(){
…

user2185197
- 35
- 4
1
vote
0 answers
JQueryMobile: Load pages with Flip toggle switch
I have jquery mobile html file with two pages.
I want to use the jquery mobile flip toggle switch to load either of the pages,
1
vote
1 answer
mobile-pagecontainer: not working
$(":mobile-pagecontainer") is not working. I have to use $(document).
Anything wrong with the following code?
Page 1

eastwater
- 4,624
- 9
- 49
- 118
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
0 answers
jQuery mobile - one or multiple page events?
Almost every page in my application has it's own pageinit and pageshow function to load content and register event listeners. So since I have around 20 listeners at the end, I'm asking myself if it would be better for jqms performance to put them…

cybrox
- 250
- 4
- 17
1
vote
1 answer
JQuery Mobile do something on page load when clicked on navbar item
I have a page with some nabars, and when the "My Activity" navbar is clicked I want it to do something on load, and currently for testing purposes, I am just trying to alert a message to screen on load, but since it is a js file being called I am…

Dot
- 279
- 1
- 9
- 21
1
vote
1 answer
Phonegap breaks jQuery Mobile pages when reloaded - visiting the same page again
I have been working on a project using PhoneGap and jQuery Mobile. My setup uses multiple pages inside a single html file.
I am facing a problem and I haven't found anything similar anywhere:
When I revisit a page, which means I visited it, then…

Lambros Petrou
- 101
- 1
- 10