-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiping through the carousel causes its parent to vertically scroll #2130
Comments
Hi, have you found the resolution for this? |
Same issue here on iOS Safari. What is confusing is it doesn't happen on the react-slick.neostack demo page, but occurs for the code sandbox linked on the github page. I am not successful in pinpointing what makes the neostack demo different. |
@gabelew Used the hack/solution of xavi-tristancho in #1240. It resolved the issue for me |
Hi, is anyone looking into this issue? |
This issue is a little tricky describe but when you see it, you can't "unsee" it!
Using the carousel on a real mobile device (I'm using an iPhone 12) is like trying to handle soap. The scrolling is very slippery & unforgiving. If your finger moves across the screen at a very slight diagonal, the entire page will scroll at the same time instead of staying fixed. It's extremely easy to trigger accidentally unless you're very meticulous to swipe completely horizontally.
See this CodeSandBox (demo link here). The only thing I've done is add placeholder text above & below the carousel to more easily demonstrate the problem.
Compare with say, the carousels in this page and you'll see you can be significantly more carefree in how you navigate through them. As a result, the experience feels more polished and natural.
Has anyone found a workaround for this?
The text was updated successfully, but these errors were encountered: