ngryman / jquery.finger

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

Flick (swipe) event can't be triggered with mouse on desktop computers #20

Closed CoDEmanX closed 10 years ago

CoDEmanX commented 10 years ago

All events work but the flick / swipe one. I tried to mouse-down and move in either direction as fast as possible, but it does not catch the event.

Tried on Firefox 28 and Chrome 36, Windows 64 notebook (no touch screen).

ngryman commented 10 years ago

Hi,

Do you think you could provide a jsfiddle example for your problem?

Thanks!

CoDEmanX commented 10 years ago

I actually tried your demo page: http://ngryman.sh/jquery.finger/

ngryman commented 10 years ago

Oh yes,

This comes from the demo itself, not the library. Thanks for pointing it out. I'll try to fix it asap.

CoDEmanX commented 10 years ago

Thanks for checking!

I noticed another problem with the demo, but only in Chrome: the small circles that flash on gestures work only once.

ngryman commented 10 years ago

Ok, thanks for reporting those issues! I've created this ticket to sum up demo's issues: #21.