react-responsive-carousel
react-responsive-carousel copied to clipboard
onSwipeStart, onSwipeEnd and onSwipeMove don't work
Describe the bug Events onSwipeStart, onSwipeEnd and onSwipeMove don't seem to work. Nothing happens while passing a function to those parameters.
To Reproduce
- Add onSwipeStart, onSwipeEnd or onSwipeMove props to the carousel and try to call a function.
Expected behavior Trigger should work.
Example
Screenshots
Desktop (please complete the following information):
- OS: macOS
- Browser: Chrome
- Version: newest
Additional context I'm trying to disable scrollbars on windows devices while scrolling. Please let me know if there is a different way to achieve that.