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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:20:09+00:00 2026-05-29T05:20:09+00:00

Solution : https://github.com/alexgibson/tap.js I have a conflict between ‘touchend’ and ‘touchmove’ events on the

  • 0

Solution: https://github.com/alexgibson/tap.js

I have a conflict between ‘touchend’ and ‘touchmove’ events on the iPad in mobile Safari. I have images sitting next to each other like a gallery and they have a ‘touchend’ event attached to flip when touchend. However, you can also slide from one image to the other (like on iPhone sliding home screen to the next screen).

Now I can’t figure out how to prevent the ‘touchend’ event from firing when I want to slide to the next image. Obviously, I don’t want the image to flip if I slide, only if I tap.

My solution so far:

var img = $('.show-video');

var sliding = false;

img.bind('touchend', function(e) {
    if (sliding === false){
        Animate($(this), 'flip');
    }
});

img.bind('touchmove', function(){
    sliding = true;
    $(this).bind('touchend', function(){
        window.setTimeout(function(){
            sliding = false;
        }, 200)
    })
});

““

I think this can be done much better.

  • 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-05-29T05:20:10+00:00Added an answer on May 29, 2026 at 5:20 am

    This library adds a ‘tap’ event which you can use to watch for a “tap” instead of “touchend”.

    https://github.com/alexgibson/tap.js

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

Sidebar

Related Questions

I'm looking for a solution similar to the iPhone Facebook Connect ( https://github.com/facebook/facebook-ios-sdk )
I have a fork of the redmine_backlogs plugin on github ( https://github.com/SeyZ/redmine_backlogs ). I
I have an SVG with many polygons: https://github.com/barrycarter/bcapps/blob/master/sample-data/current-temps.svg that looks somewhat like this: Cropping
MvcSiteMap - https://github.com/maartenba/MvcSiteMapProvider [originally at: http://mvcsitemap.codeplex.com/] Is it possible to create such links in
I've taken a checkout of a project on github from below... https://github.com/wakaleo/game-of-life/ I can
Here's the GitHub link: https://github.com/guicocoa/calendar I went through the source code and I'm trying
I reading Rails Tutorial and created a Sample_App. My code is available here: https://github.com/namic/sample_app
I've installed https://github.com/lleger/Rails-3-jQuery and it worked fine, however, the rails helpers that I was
Greetings, I'm using https://github.com/blueimp/jQuery-File-Upload (downloaded the version as of 5/21/2011) along with ASP.NET MVC3.
Possible Duplicate: How to rewrite URL without refresh, like GitHub.com Hi all, I have

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.