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 7770305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:22:40+00:00 2026-06-01T16:22:40+00:00

I have made a simple application for my iphone using jQuery Mobile and Phonegap.

  • 0

I have made a simple application for my iphone using jQuery Mobile and Phonegap. it works very well, but the application used the following to transition to another page and that was slow as hell:

<a data-role="button" id="about_link" data-transition="slide" 
     href="#page3" data-icon="gear" data-iconpos="left">
     Settings
</a>

Just a simple a is doing the magic here and that resulted in the weird 400ms lag etc…

Now after a lot of reading I made the a button a div and handled the click event myself to make the button faster.

$("#about_link").live("touchstart", function(){
    slideTo('#page3',false);
});
function slideTo(page,reverse){
    $.mobile.changePage( page, {
        transition: "slide",
        reverse: reverse
    } );
}

The difference is significant, but it’s still too slow for my taste. It looks like jQuery Mobile waits for the entire button animation (hover and clicked) to finish before it goes over to the other page.

Now my questions:

  1. Is touchstart the fastest way? I used other libraries like fastclick but that wasnt super fast either.
  2. Is the button animation the badguy here? Can I disable it then?
  3. Can you guys give me tips? Google isnt my friend on this particular problem…

Gr.

  • 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-01T16:22:41+00:00Added an answer on June 1, 2026 at 4:22 pm

    It’s actually in jquery mobile’s css:

    .in, .out {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-duration: 350ms !important;
    }
    

    Just tweak the ms and you’re good.

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

Sidebar

Related Questions

I have made a simple server using TcpListener and it works great but now
I have made a simple chat script using jquery and AJAX but the huge
in my application I made a very simple binding. I have a NSMutableArray bound
I have started using jQuery and rails. I have made a simple form that
I made a simple Swing application. But the rendering behaves buggy. Have I done
I am new in iphone development, and I have made a simple application for
I'm making a webapp and I'm using jQuery. I've made a simple android application
I have made a simple test application for the issue, two winforms each containing
i have made a simple php contact form following this tutorial: http://www.catswhocode.com/blog/how-to-create-a-built-in-contact-form-for-your-wordpress-theme The big
So I have made a simple site for a friend using codeigniter and grocery

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.