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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T16:12:36+00:00 2026-06-07T16:12:36+00:00

I have a problem with the JQuery mobile app I am developing on my

  • 0

I have a problem with the JQuery mobile app I am developing on my Android.

Often when I mean to just scroll a list of items, the taphold even on the item I am touching is triggered.

That’s very frustrating for my users.

What can I do about it?

Can I change the sensitivity of the taphold event?

Unfortunately I can’t find anything on Google.

Thanks,
Dan

  • 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-07T16:12:38+00:00Added an answer on June 7, 2026 at 4:12 pm

    In jQuery-mobile 1.1.*, they have added more convenient ways to configure touch events: http://jquerymobile.com/demos/1.1.1/docs/api/events.html

    For taphold, you can change the amount of time a tap should last before triggering the event by assigning a value to $.event.special.tap.tapholdThreshold.

    This value should be set in the mobileinit event, before importing JQM, but after importing jQuery. For instance, I did the following to avoid any overlap between the swipe and taphold events:

    <script type="text/javascript" src="/Scripts/jquery.min.js"></script>
    <!-- JQM default options must be set after jQuery and before jQuery-mobile -->
    <script type="text/javascript">
        $(document).bind("mobileinit", function () {
            $.event.special.tap.tapholdThreshold = 1000,
            $.event.special.swipe.durationThreshold = 999;
        });
    </script>
    <script type="text/javascript" src="/Scripts/jquery.mobile-1.1.0.js"></script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a web app with jquery mobile and Bootstrap,however I have a problem
I have run into a strange problem on Android , using jQuery mobile and
I'm building a mobile web app with jQuery Mobile and I have a problem.
I'm making an PhoneGap app using Jquery Mobile, but I have a little problem
I've a little problem with a jQuery Mobile app I'm building. I have page
I have some strange scrolling problems with my PhoneGap (using jQuery Mobile) app: I'm
I am new to jquery mobile. I have one problem. I want to increase
I'm building my first jquery mobile site and have run into a problem. When
I've built a Jquery Mobile Android App using Phonegap which contains a form with
I'm experimenting with jQuery Mobile and have run into a problem on my Windows

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.