react-responsive-carousel icon indicating copy to clipboard operation
react-responsive-carousel copied to clipboard

onSwipeStart, onSwipeEnd and onSwipeMove don't work

Open Toharawk opened this issue 1 year ago • 0 comments

Describe the bug Events onSwipeStart, onSwipeEnd and onSwipeMove don't seem to work. Nothing happens while passing a function to those parameters.

To Reproduce

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

Toharawk avatar Jul 04 '24 08:07 Toharawk