3
I have a Carousel that navigation is through the right/left arrows. In mobile, the user must be able to "drag" the Carousel, without using arrows to navigate.
I’m wearing the bootstrap cap. I need some framework to get the desired result?
<div class="carousel slide" id="myCarousel">
<div class="carousel-inner">
<div class="item active">
<p>Lorem Ipsum é simplesmente uma simulação de texto da indústria tipográfica e de impressos, e vem sendo utilizado desde o século XVI, quando um impressor </p>
</div>
</div>
<a class="carousel-control left" href="#myCarousel" data-slide="prev"><<</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">>></a>
</div>
Yes accurate, at least Javascript. Take a look here on the site, there are many questions about sliders and you can notice more about how it works.
– Sergio