pawelgrzybek / siema

Siema - Lightweight and simple carousel in pure JavaScript
https://pawelgrzybek.github.io/siema/
Other
3.48k stars 411 forks source link

Separate 'draggable' on 'PerPage' options #279

Open bonfiglioalessio opened 3 years ago

bonfiglioalessio commented 3 years ago

Hello! I'd very much like to enable touch swiping for mobile, but I want when is Desktop the draggable options were false

I have read another issues and pawelgrzybek answered: const mySiema = new Siema({ draggable: 'touchstart' in document.documentElement ? true : false, });

So, I tried with these options but don't work.

My code: screencode