leaffm / react-infinite-carousel

React simple infinite carousel with lazy loading and responsive support
MIT License
116 stars 19 forks source link

Swipe issue #53

Open aedwards87 opened 3 years ago

aedwards87 commented 3 years ago

Hi there,

First, I would just like to say I really like your carousel over many others.

The issue I am having is the swiping doesn't seem to work, I'd like to be able to drag the carousel horizontally on large screens (desktop/laptop) not just on devices. Swipe={true} doesn't work? or is this not what it's intended for? If not, is it possible to implement?

Thanks