g787543/infinite-react-carousel

Disable draggable

iDonosof opened this issue · 1 comments

it would be good if i can disable the draggable behavior. Within the current attributes is the "swipe" but this does not disable being able to move the slide with the pointer.

If someone knows how i can disable from client side please tell me.

This library is one of the best that i found.

You can disable pointer events by adding pointer-events: none; to your css.
If you still want to have swipe ability on mobile, just use media query.