Ionic 3 image slider autoplay works well, but when I slide the image manually the autoplay stops working. Below is my ionic 3 code. I am really stuck here..
If someone finds a solution for Ionic 4, to restart the slider after manual sliding just define like this:
slideOptsOne = { initialSlide: 0, slidesPerView: 1, autoplay: { disableOnInteraction: false } };
HTML:
Reference: https://swiperjs.com/api/#autoplay Cheers