Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

253
Views
Swiper.js is laggy on Android with free mode, loop, and auto play

Recently, a lot of applications start to feature this kind of UI on their page:

A scrollable, looped, while autoplay swiper (an example screenshot from the app infltr)

https://youtube.com/shorts/Qmlve7qS22o?feature=share

I tried to implement the same component in my React project.

After trials, I found Swiper.js could be the closest key to the door with freeMode, loop and autoPlay

My settings are as follows:

const swiperSetting = {
    slidesPerView: 'auto',
    spaceBetween: 10,
    longSwipes: false,
    grabCursor: true,
    centeredSlides: true,
    freeMode: {
      enabled: true,
      momentumBounce: false,
    },
    loop: true,
    autoplay: {
      delay: 0,
      disableOnInteraction: false
    },
    speed: 5000,
  };

The result is like the following: (screenshot of Pixel 3A XL, Android 10)

https://youtube.com/shorts/qkSPWNX9YXk?feature=share

As you can see from the above clip, there's an obvious latency between finger touch and the animation of the swiper.

However, this laggy condition wasn't seen on Pixel 6, Android 12, or iOS devices

Pixel 3a XL is a 2019 product, not a low-end device, so I don't expect that this component would be so laggy on this device.

Any suggestion on how to better tune Swiper.js?
Or, is it an inevitable bug on the older versions of Android devices?
Or, there's some other solution better fits my need?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!