Reputation: 11
I have added the following code to the top of my Bootstrap carousel but for some reason, I cannot disable the carousel touch swiping specifically on iOS devices.
<div id="infinityWarContentWrapper" class="carousel slide carousel-sync position-relative d-flex justify-content-center align-items-center" data-bs-touch="false" data-bs-interval="false">
<div class="carousel-inner w-100"></div>
</div>
Upvotes: 1
Views: 448
Reputation: 964
Coincidence, Apparently it's a bug in Bootstrap.
Find your answer here see here
Upvotes: 1