react-touch
react-touch copied to clipboard
React wrapper components that make touch events easy
On Firefox 57.0, it appears that TouchHandler's `_handleTouchEnd` does not fire on the first touch event. Perhaps because the touch begins before the `touchend` event listener is added. This results...
Hello, I've the following code: ` this.onDrag(newPos)} onDragEnd={() => this.onDragEnd()} > ` Everything loads fine, but the events are not triggering when I click to drag. Am I missing something?
Hi, I think it would be really cool if Draggable could be customized so it only calls the function in a grid / every x dragged pixels.
Sample code from our codebase ```js {Children} ```
https://stackoverflow.com/questions/37721782/what-are-passive-event-listeners https://stackoverflow.com/questions/39152877/consider-marking-event-handler-as-passive-to-make-the-page-more-responive This can be opt in as well. If a swipeable should not impede the normal scroll behaviour of the page (for eg, swiping left / right in a...