Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
486 stars 113 forks source link

Disable touch drag/scroll events #22

Closed emcniece closed 10 years ago

emcniece commented 10 years ago

Is it possible to disable the touch/drag scrolling and only use .dragend("left") and .dragend("right") events bound to some buttons?

Stereobit commented 10 years ago

Hey, I just added a preventDrag option. Set it to false to prevent event observing.

emcniece commented 10 years ago

Beautiful! works like a charm, thanks :)