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
The above implementation fails to trigger the onActivated prop for the wrapping TapGestureHandler (the very outer one) on the web platform, works fine on other platforms.
Here's the implemented snack for you to visualize it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had the following implementation for
TapGestureHandler
that needed to await childrenTapGestureHandler
s.The code goes as follows
The above implementation fails to trigger the
onActivated
prop for the wrappingTapGestureHandler
(the very outer one) on theweb
platform, works fine on other platforms.Here's the implemented snack for you to visualize it.
Beta Was this translation helpful? Give feedback.
All reactions