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

  • Home
  • SEARCH
  • 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 8024515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:53:28+00:00 2026-06-04T22:53:28+00:00

after page load and when doing listview(‘refresh’) the page flickers. So after transition get

  • 0

after page load and when doing listview(‘refresh’) the page flickers.

So after transition get a flicker and after $('#friendsList').append('#{data}').listview('refresh'); I get a flicker

tried adding

<style>
/*** for jquerymobile page flicker that was happending ***/
 .ui-page {
    -webkit-backface-visibility: hidden;
 }  
</style>

EDIT

When refreshing the listview, I understand the flicker inside the listview but is it suppose to make the entire page flicker to?

EDIT 2

If list height is > screen height page flickers. If list height < screen height page doesn’t flicker.

  • 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-04T22:53:29+00:00Added an answer on June 4, 2026 at 10:53 pm

    If anyone is having the same issue as above where page flickers during transition when:

    page content height > screen height

    This is somehow related to the header/footer provided by JQM. To fix this:

    1) Remove all data-position="fixed" from the headers/footers.

    2) Include the following CSS to provide the same effect (but without flickering)

    .ui-page {
        -webkit-backface-visibility: hidden;
        overflow: hidden;
    }
    .ui-header {
        position:fixed;
        z-index:10;
        top:0;
        width:100%;
        height: 40px;
    }
    .ui-content {
        padding-top: 57px;
        padding-bottom: 54px;
        overflow: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .ui-footer {
        position:fixed;
        z-index:10;
       bottom:0;
       width:100%;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For example. Insert element to html, load image, (After load page!) CONTENT $('.inner').append('<div class=class_name>blabla</div>');
js doesn't work if I don't refresh the page after first load,and div's background-img
I need to call a function after page load, but only once, page elements
I have a <ul> that is populated with javascript after the initial page load.
I want to load an external javascript after page is loaded. Actually the javascript
my customer gets a page load error when he loads our web application after
I've in the following code the progressbar working on the first page load. after
The first page I load from my site after not visiting it for 20+
I'm doing fancy ajaxy dhtml stuff with caching. After I ajax-download a page of
I have the following markup on page load: <select name=sel_billing_address></select> After page load that

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.