ngryman / jquery.finger

:v: jQuery touch & gestures, fingers in the nose.
https://ngryman.sh/jquery.finger/
MIT License
423 stars 66 forks source link

Remove double tap? #26

Open marcusds opened 10 years ago

marcusds commented 10 years ago

I'm having an issue were double tap is firing when I don't want it to be. For example, if a user double tap an element it does the element's default instead of the tap event that is bound to the element. Thanks.

ngryman commented 10 years ago

Could you post a jsfiddle that reproduces the issue so I am sure to understand your bug correctly? Thanks!

tommillard commented 9 years ago

Hi, I was having the same problem - here's a fiddle. I've had to add target=_blank because jsfiddle seems to stop links from opening unless that's there.

http://jsfiddle.net/u3qdsLds/4/

ngryman commented 9 years ago

Confirmed. I will provide a patch soon.

tommillard commented 9 years ago

Thanks for your help, I'm noticing that the same thing happens when you tap and hold as well.

Thanks for some really great work by the way, it's proving enormously helpful in the project I'm working on.

marcusds commented 9 years ago

Sorry I missed your request for more info. Thanks Tom for the fiddle.

ngryman commented 9 years ago

For my part, sorry for the late. I've got a working patch but I still have to validate it won't break anything.