moxystudio / react-carousel

A React carousel component that aims to be as flexible as possible
MIT License
14 stars 3 forks source link

fix: allow scroll when touch movement is vertical #10

Closed paulobmarcos closed 4 years ago

paulobmarcos commented 4 years ago

On mobile, it was still difficult to scroll vertically inside the carousel.

This PR aims to fix that by detecting the direction of the touch movement and allow the page to scroll naturally if it is a vertical one.