Carousel autoplay stops the touch swipe
Created by: YehyaYehya
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
carousel component stops touch swipe when removing ride or set it to another value of "carousel" the following examples don't work and touch swipe is stopped:
- data-bs-touch="true" data-bs-ride="true"
- data-bs-ride="false"
- data-bs-touch="true" data-bs-ride="false"
- data-bs-touch="true" (ride option removed)
- data-bs-ride="false"
Reduced test cases
a combination of "ride" and "touch" attributes stop touch swipe in most of cases
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.2.3