About swiper doing news scrolling bug in app

when you encounter a requirement in the project, scroll the winning list infinitely, either on the phone or package it into app. When you swipe two times, it will scroll intermittently

.
      var mySwiper = new Swiper (".swiper-container", {
    direction: "vertical",
    loop: true,
    autoplay: {
      delay: 0,
      // disableOnInteraction: true,
    },
    slidesPerView:8,
    speed:1000,
    observer: true,
    observeParents: true,
    simulateTouch : false,
  })

Code as above, set delay to 0, but if you swipe two times below the screen, scrolling will appear. Just like with delay, which god has encountered this problem, or there are other good ways to achieve unlimited news scrolling, thank you very much

Oct.09,2021
Menu