HotStudio / touchy

jQuery plugin for touch events
touchyjs.org/
Other
357 stars 108 forks source link

Drag and longpress confict #9

Open noelhunter opened 11 years ago

noelhunter commented 11 years ago

Is it possible to add a px threshold to drag, so that drag does not start unless the touch moved more than a certain number of pixels (similar to what is in pinch)? At present, when longpress and drag handler are both active, both get fired, because it is very difficult to perform a long touch without registering a slight move

fisherwebdev commented 10 years ago

This is a good idea. If you want to send a pull request, that would be ideal. Otherwise, I'll try to get around to this.