Emiliano-Bucci / react-spring-carousel-js

A new Carousel experience for the modern Web
https://react-spring-carousel-js.emilianobucci.com
80 stars 6 forks source link

Not scrolling on mobile devices on Chrome #10

Closed gabrielmlinassi closed 3 years ago

gabrielmlinassi commented 3 years ago

For desktop screen, works fine but on mobile it doesn't scroll. I tested on Firefox, works fine, but for chrome on mobile screens doesn't. Does anybody else has the same issue?

Emiliano-Bucci commented 3 years ago

@GabrielmLinassi Hi! Could you please try to add touch-action: none to your carousel items?

gabrielmlinassi commented 3 years ago

Thanks, @Emiliano-Bucci. It's now fixed

ErnestDaDev commented 2 years ago

I am experiencing this issue as well when I set the height of the wrapper to take full height.