Skip to content
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

Issue with Scroll Events Being Intercepted by Parent Components #4

Open
Nurattin opened this issue Mar 25, 2024 · 0 comments
Open

Issue with Scroll Events Being Intercepted by Parent Components #4

Nurattin opened this issue Mar 25, 2024 · 0 comments

Comments

@Nurattin
Copy link

Nurattin commented Mar 25, 2024

Problem Description:
I encountered an issue where a card, placed within a scrollable component (such as a Column), does not correctly process swipe gestures. The gesture events are intercepted by the parent component, rendering it impossible to swipe on the card.

Steps to Reproduce:

  1. Create a composition with a Column that has verticalScroll applied.
  2. Inside the Column, add card components.
  3. Attempt to perform a swipe gesture on a card.

Expected Behavior:
The card should be able to handle swipe gestures independently, without the parent scrollable component interfering or capturing the swipe gestures meant for the card.

Current Behavior:
The swipe gesture is intercepted by the Column with verticalScroll, activating scrolling instead of allowing the swipe gesture to be recognized and processed by the card.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant