-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Cannot Scroll down/up when the Carousel is in a ScrollView (Must Click Outside the carousel) #125
Comments
I'm not sure what you mean. 😶🌫️ |
Can you give me a video? |
Dohoo I have resolved the issue. Thank you for such a speedy response |
How did you solve it? |
I decided to use the Carousel in a Modal popup. As it was not letting me scroll down the ScrollView component without touching outside the image carousel. All gestures within the Carousel will animate the carousel I needed just left and right actions so the ScrollView can be scrolled down or up when your finger is on the carousel. |
Hope that makes sense. |
Are you in discord? https://discord.gg/cPzr7WMQ |
@tylerkrett try this
|
|
That worked perfectly. Thank you so much. |
Hi @dohooo I use
because the drag was locked. |
I use @alfredarcifa method and the results work well |
This was really helpful.. Thanks @dohooo |
Hey there. |
@dohooo this is not a valid fix in |
This is good. But the method "onScrollBegin" still gets triggered when scrolling vertically even after setting panGestureHandlerProps={{ |
panGestureHandlerProps={{ |
work like a champ, thanks |
Thank you, this worked for me! |
I was using it inside a Modal on Android. So wrapping the This is what is working for me:
Note: using |
@dohooo thanks |
|
On iOS, when I start a horizontal scroll, it blocks starting a vertical scroll until the finger is removed and a new gesture started. However, on Android, if the finger moves up/down slightly during the horizontal scroll, the horizontal scroll is immediately released and it starts scrolling vertically. Is there a fix for this behavior? |
Also, scrolling up and down doesn't work at all on web. Any ideas there? Is it worth opening a new bug report? |
Just downgrade to 3.x version, it has less bugs. |
@qwertychouskie "react-native-gesture-handler": "^2.8.0", With these dependencies everything works on web and native. |
If anyone wondering solution for
|
I have a simple image carousel in a scroll view component.
When I want to scroll down past the Carousel the screen will only allow me to animate the carousel.
All movements down/up on a ScrollView will not scroll the page if your finger is on the carousel.
The text was updated successfully, but these errors were encountered: