ngryman / jquery.finger

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

Problem with making a list of anchored images selectable #47

Open bradmurray opened 8 years ago

bradmurray commented 8 years ago

I am trying to make a list of images selectable such that a long press on the first image puts the set of images into select mode. It works fine if I press and move the mouse enough to start a drag so the mouseup and then click are not firing, otherwise the click event on the anchor is triggered unsetting the selection of the first item.

codepen

ngryman commented 7 years ago

Hi,

Sorry for the late answer, I've not been really active in this repo lately... I'm going to do a full rewrite of the library. Let's see if it happens again after.

Thanks!