ngryman / jquery.finger

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

Prevent default not working when touching across elements #32

Open tommillard opened 9 years ago

tommillard commented 9 years ago

The fiddle I've made describes the bug better than I can! http://jsfiddle.net/u3qdsLds/12/

In the site I'm developing rows of tags are broken up by subheadings created using divs. I've noticed that touching on the threshold between and

means that the prevent default behaviour is ignored.