You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a composition with a Column that has verticalScroll applied.
Inside the Column, add card components.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: