josh_rogers13
josh_rogers13

Reputation: 11

Disable touch swiping on Bootstrap carousel on Safari

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

Answers (1)

Aman Sharma
Aman Sharma

Reputation: 964

Coincidence, Apparently it's a bug in Bootstrap.

Find your answer here see here

Upvotes: 1

Related Questions