jquery.finger icon indicating copy to clipboard operation
jquery.finger copied to clipboard

Remove double tap?

Open marcusds opened this issue 10 years ago • 6 comments

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.

marcusds avatar Oct 17 '14 20:10 marcusds

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

ngryman avatar Oct 17 '14 23:10 ngryman

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/

tommillard avatar Nov 04 '14 15:11 tommillard

Confirmed. I will provide a patch soon.

ngryman avatar Nov 05 '14 21:11 ngryman

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.

tommillard avatar Nov 06 '14 10:11 tommillard

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

marcusds avatar Nov 13 '14 20:11 marcusds

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

ngryman avatar Nov 13 '14 22:11 ngryman