Replies: 1 comment 1 reply
-
I found a workaround to add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want touch events inside WebView to also be registered by my app, but I've found a lack of documentation on how to do so.
Currently I have a component structured like so:
I'm unable to get my
GestureDetector
to detect any gestures from withinWebView
.I have a feeling the solution has something to do with using
NativeGesture
, however the docs don't really say much and I can't find any examples of the API being used anywhere else.Some guidance on how I should compose the gesture would be really helpful <3
Beta Was this translation helpful? Give feedback.
All reactions