Open ianthedev opened 10 years ago
Hey, check out the onDrag callback. It's been called with a lot of informations:
this.settings.onDrag.call( this, this.activeElement, parsedEvent, coordinates.overscroll, event )
Thanks. Maybe it could be explained in documentation.
It can probably be done by using
onSwipeStart
function. But how? DoesonSwipeStart
provide any useful object?