Learus / react-material-ui-carousel

A Generic carousel UI component for React using Material UI.
MIT License
550 stars 219 forks source link

Swiping doesn't seem to work as expected #217

Open thany opened 1 year ago

thany commented 1 year ago

I'm only just evaluating this component, but it seems swiping doesn't work well. Looking at the live examples, when I set them to slide instead of fade, nothing changes when it comes to swiping. Swiping is enabled (which it is by default on the demos) but it's not swiping. What you seem to have implemented instead of swiping, is mouse gestures.

What I'd expect, is that the user can literally swipe the carousel. In other words, they can grab the slide, drag it over, let go, and have it snap to the next/previous slide.

I'm not 100% sure if this component supports that and the demos aren't updated for it, or if the component is missing this feature. So this issue is for either one of these two:

  1. Update the demos to allow swiping when swipe=true
  2. Feature request: actual swiping 😀