React-responsive-carousel: autoPlay false not working on mobile device

Created on 1 May 2021  路  4Comments  路  Source: leandrowd/react-responsive-carousel

i have set autoPlay props to false , it's only working on desktop.
version : "^3.2.18"

Most helpful comment

It's false by default. Use interval={1e11} to stop unwanted automatic slide changes.

All 4 comments

Confirmed

Confirmed

any updates ?

Is their any updated related to this issue, as I am also facing this issue?

It's false by default. Use interval={1e11} to stop unwanted automatic slide changes.

Was this page helpful?
0 / 5 - 0 ratings