react-touch
react-touch copied to clipboard
React wrapper components that make touch events easy
Installing `npm i react-touch -s` set off a few warnings with lodash. ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention...
Please either release a working version of this library or update the documentation to reflect how to use it. https://codesandbox.io/s/awesome-lewin-ms5t1 From the documentation: ``` {({translateX, translateY}) => { return (...
I haven't found any information what browsers are supported. Do You have any particular requirement to run react-touch? We could add link to caniuse.com or just state that it should...
I want to prepare a PR which include two more options to Swipable config: * swipeDurationTreshold - time in which swipe need to be completed to actually fire, when not...
I'd like to disable certain behaviors when an element is dragged, for instance, scrolling sideways which is being handled by a different component:  It can be achieved relatively easily...
I'd like to limit the movement of the element to a certain bound. Today, It's possible with the following code `
1) The touch/mouse events are not passed as arguments to the callback for onHoldComplete 2) On Chrome onHoldComplete doesn't fire because of a known issue where Chrome will issue a...