react-touch icon indicating copy to clipboard operation
react-touch copied to clipboard

React wrapper components that make touch events easy

Results 7 react-touch issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

help wanted
feature-request

I'd like to disable certain behaviors when an element is dragged, for instance, scrolling sideways which is being handled by a different component: ![dragstartdragend](https://cloud.githubusercontent.com/assets/1759539/25495296/5a883a76-2b85-11e7-9074-c1250c4fffc6.gif) It can be achieved relatively easily...

feature-request

I'd like to limit the movement of the element to a certain bound. Today, It's possible with the following code `

feature-request

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...

bug