Replies: 2 comments
-
Hi! Which version of gesture handler are you using? Fling is supported on web, but we are still trying to figure out how to make it work correctly. To activate, |
Beta Was this translation helpful? Give feedback.
-
Hi! A while ago we've changed I've just checked that the problem you've described no longer occurs. Therefore, I'm closing this discussion. Feel free to re-open it if it was not solved. |
Beta Was this translation helpful? Give feedback.
-
Fling gesture on web always finalizes with
success = false
. Same code/gesture works fine in iOS & Android.I'm running expo with "react-native-gesture-handler": "~2.12.0".
The weird thing is it finalizes correctly (
success === true
) when usingenableLegacyWebImplementation()
.Is Fling supported on web? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions