react-swipeable
react-swipeable copied to clipboard
React swipe event handler hook
**Problem** User is swiping up but also to the right and firing events for swiping right causing unintentional functionality. **Use Case** User is scrolling up a list but its not...
If you have a question that doesn't concern bugs or requests, all i am asking you is to look for answers first before you hit submit. When you haven't found...
**Describe the bug** Tapping in the component tracked by the handlers causes multiple handlers to be called 1. The `onTap` handler is called with event of type `touchend` 1. The...
**Description of the bug** An input of type range has a draggable functionality to it which, while being used, shouldn't trigger a swiping event. **Steps to reproduce** Insert an type...
can use point events here: https://use-gesture.netlify.app/docs/options#generic-options https://javascript.info/pointer-events https://mobiforge.com/design-development/html5-pointer-events-api-combining-touch-mouse-and-pen
Hi, I am trying to use this demo [https://codesandbox.io/s/react-swipeable-image-carousel-hben8](url) in my project, but I need to reduce the width of each slide. I tried to set the width, but this...
So here is my use case I got some list items that expand on click and they wrap another button. The item itself is swipeable (swiped to left should delete...
**Describe the bug** When an input field is focused on ios Safari, preventScroll flag does not work as intended, IE, the page still scrolls. **Steps or Sandbox to reproduce** This...
I am trying to initialize firebase messaging like I am able to see notifications when app is in foreground or background but when i close the app i don't get...
I have used e.Event.preventDefault and stop propagation inside my swipe handler still when i swipe down it refreshes the app along with executing the handler.