serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.56k stars 529 forks source link

Disable multi-touch on slider #252

Open jibaud opened 3 years ago

jibaud commented 3 years ago

Hi, I'd like to make my slider working only if the user is using a single finger to slide.

As I also have a pinch zoom plugin enabled on the slider images, it causes troubles (sliding instead of zooming). Actually I want to do the same as an Instagram multi-images post. You can slide and zoom, but you can't slide with more than one finger.

Regards.

hadi7khan commented 6 months ago

were you able to resolve it?