angular-swiper
angular-swiper copied to clipboard
Autoplay does not work for Auto Slides Per View / Carousel Mode in Ionic App
I got the issues for autoplay after next page to back slide loop get stopped(when Play around with the next to back page).
I have used the following code
`
<ks-swiper-container initial-slide="3" runCallbacksOnInit="true"
speed="2000" autoplay="1000" setWrapperSize="true" loop="true"
show-nav-buttons="false" slides-per-view="4" space-between="0"
pagination-clickable="false" on-ready="onReadySwiper(swiper)">
`
Please suggest me what I did wrong or other option to implement Carousel Mode in Ionic Mobile App.