Learus / react-material-ui-carousel

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

Swiping does not work in the navigation button area #226

Open wladimir-k-m opened 10 months ago

wladimir-k-m commented 10 months ago

Expected behavior: I would expect the swipe gesture to work correctly even when navigation buttons are enabled and the user starts the gesture inside the nav button area.

Actual behavior: Swiping does not work when starting the gesture in nav button area.

Repro: Try in the demo by activating navButtons and swipe. Then swipe by starting the gesture in the nav button area.