dragend icon indicating copy to clipboard operation
dragend copied to clipboard

Is there a way to show how many pixcels have been scrolled?

Open ianthedev opened this issue 11 years ago • 2 comments

It can probably be done by using onSwipeStart function. But how? Does onSwipeStart provide any useful object?

ianthedev avatar Oct 12 '14 14:10 ianthedev

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 )

Stereobit avatar Oct 18 '14 17:10 Stereobit

Thanks. Maybe it could be explained in documentation.

ianthedev avatar Oct 19 '14 00:10 ianthedev