Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8629037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:42:04+00:00 2026-06-12T08:42:04+00:00

I have a jQuery Mobile app that I’ve converted to an iOS app using

  • 0

I have a jQuery Mobile app that I’ve converted to an iOS app using PhoneGap. I’m using version 1.1.0 of jQM.

I’m using “fade” transitions between pages (as I read they were less demanding).

When initially running the PhoneGap version of the app in the iPhone Simulator I was getting a flicker/flash after every page transition – as if the page was being displayed, cleared and then redisplay – all with a fraction of a second. Some thing happened when I ran it on the device.

I applied the advice in Sarah-Jane’s answer to a similar question.

This fixed the problem in the simulator, but not on the actual device.

Has anyone experienced this problem, and found a solution?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T08:42:05+00:00Added an answer on June 12, 2026 at 8:42 am

    This guy solved the problem – it worked for me:

    http://outof.me/fixing-flickers-jumps-of-jquery-mobile-transitions-in-phonegap-apps/

    CSS:

    body {
        /* Setting body margins to 0 to have proper positioning of #container div */
        margin: 0;
    }
    
    /* #container div with absolute position and 100% width and height so it takes up whole window */
    #container {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    

    JS:

    $(document).one("mobileinit", function () {
    
        // Setting #container div as a jqm pageContainer
        $.mobile.pageContainer = $('#container');
    
        // Setting default page transition to slide
        $.mobile.defaultPageTransition = 'slide';
    
    });
    

    And wrap all your jQM pages in a single <div id="container">

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some strange scrolling problems with my PhoneGap (using jQuery Mobile) app: I'm
I have a PhoneGap App using jQuery Mobile. At a certain page, I cannot
I have a Phonegap App, using jQuery and jQuery Mobile. In some page I've
I have a jquery mobile app that i am wrapping in Phonegap for Iphone/Android
I have a Cordova app that runs the jQuery mobile framework and loads pages
I have created a mobile version of my website using jquery mobile. My site
I am using phonegap and sqlite to develop cross-platform mobile app for android,ios,blackberry.For reference
In a rails 3.0 app that uses jquery mobile for mobile devices I have
I'm diving into writing a mobile app with jQuery Mobile/PhoneGap. I'm using this sample
I have a jQuery Mobile web app which targets iOS and Android devices. A

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.