-
I mean on example where we have Bootstrap's Carousel that works on larger screens where we use mouse in order to go next/previous and at the same time to work on smaller screens (mobile devices) by using fingertip to swipe slides in the same next/previous manner. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The carousels work nicely on mobile (with swipe support) already: |
Beta Was this translation helpful? Give feedback.
-
Ok. But, when I'm trying to swipe it in Chrome DevTools with gray circle, it doesn't work. Should it work? And what about the code? Where can I take a look at the code behind Carousel with "touch" option? |
Beta Was this translation helpful? Give feedback.
The carousels work nicely on mobile (with swipe support) already:
https://getbootstrap.com/docs/5.0/examples/carousel/
https://getbootstrap.com/docs/4.6/examples/carousel/