ngryman / jquery.finger

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

Doubletap does not work on Chrome for iPad #15

Closed clutchwave closed 10 years ago

clutchwave commented 10 years ago

Hi, this is probably a very low priority issue, but I got this working well with my iPad 2 (ios 7.0.4) in Safari. I'm using doubletap to open an inline element editor.

Chrome for iPad, however, doesn't work. Is there any reason why this might be happening differently?

Thanks! Mike

ngryman commented 10 years ago

Hi,

Not really, I'll investigate on this. I already know there are some problems on various versions of Chrome desktop. I don't know if this is related.

Is this possible for you to dump a reduced test case on jsfiddle?

Thanks!

ngryman commented 10 years ago

Hi,

I've made another release and tested it on Chrome for iPhone, and it works. So I suppose it should also work on Chrome for iPad.

Closing the ticket, expect if you confirm it still does not work with the latest version.

Thanks!