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…
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()…
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() { …
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(){ …
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,