ngryman / jquery.finger

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

Desktop browser issues #41

Closed dev4press closed 8 years ago

dev4press commented 9 years ago

I tested the script on the Windows 10 laptop with touch screen, and in different browsers it behaves differently:

Milan

ngryman commented 9 years ago

Hi, sorry for the late, could you provide a jsfiddle illustrating the bugs? Thanks!

avilang commented 8 years ago

Firefox 44.0.2 : Tap not working

Reason :

hasTouch = 'ontouchstart' in window && !(isChrome && !isAndroid)

ngryman commented 8 years ago

All tests are passing in Firefox 49. As mentioned earlier, I need a jsfiddle illustrating the issue. I can't treat a bug seriously without a clear report. Thanks.