GestureDetector blocking ScrollView in Mobile Web (even if explicitly disabled) #3010
Labels
Close when stale
The issue will be closed automatically if it remains inactive
Platform: Web
Repro provided
A reproduction with a snack or repo is provided
Description
I'm trying to create a scrolling feed with a draggable/swipable elements.
When I include
GestureDetector
inside aScrollView
, scrolling is disabled altogether. I'm trying to implement a solution that allows vertical scrolling and horizontal swiping (on the draggable elements)The solutions appear to work for iOS/Android, but not for mobile web.
I've provided a simple repro'd snack demo.
Steps to reproduce
Gesture.Pan
, set toenabled(false)
ormanualActivation
Snack or a link to a repository
https://snack.expo.dev/@mikehobi/awkward-red-cereal?platform=web
Gesture Handler version
2.16.1
React Native version
0.74.3
Platforms
Web
JavaScript runtime
None
Workflow
Expo bare workflow
Architecture
None
Build type
None
Device
Real device
Device model
iPhone Latest
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: