Unexpected Behavior in Vertical Mode Swipe
dhanushshettigar opened this issue ยท 7 comments
The React Slick package's website showcases vertical mode swiping. However, swiping left or right in vertical mode triggers the slider to scroll to the next slide instead of maintaining the vertical swipe motion.
Steps to Reproduce:
- Visit the React Slick website.
- Navigate to the example demonstrating vertical mode.
- Attempt to swipe left or right while in vertical mode.
Verticle.Mode.mp4
@dhanushshettigar What was your expected behavior. Tried to find it so I can solve. ๐
@SimonGideon Please do check the version change in this screen recorded video(V29.0). Current Version is 30.2
React.Slick.v29.0.mp4
What is a solution for that unexpected vertical mode behavior? Is it still haven't fixed ?
Hey @Leyofficial
I found a temporary solution to this issue. Downgrading to version "react-slick": "^0.29.0" fixed it for me. Please note that while downgrading, it might affect other updates or features dependent on the newer versions.
Hope this helps!
Hey @dhanushshettigar , thank you . This helped me )
+1, I have the same issue, downgrading to the oldest version is not the solution for me, because other feature will be affected