Swipe on Carousel does not work on mobile on load (with "data-touch" is set to true) unless we click the next button first.
When i try to swipe on the mobile device to next item of the Bootstrap carousel it's not working on the first slide but if i used the arrows to change the slide and i went back to the first slide, the swipe works. I tried to add data-ride="carousel"
also i tried this JQuery code :
$('#product-carousel').carousel();"
but it didn't fix the problem. How can i fix this issue?