Replies: 2 comments 3 replies
-
The most inner gesture will always have the biggest priority, so far I'm concerned it's not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @JohnKesko!
If by release it you mean releasing the pointer, than it is not possible. What you could do is try to manipulate which gesture responds to events by making them |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Skia to draw an image as the background and then move around two text blocks on top of it.
This works just fine with using a single gesture passed to the GestureDetector, but is it possible to have both of them active at the same time separately?
For example, i want to be able move the title block to the left side and release it and then move the body block to the right side.
This works fine:
But is it possible to do something like this?
Beta Was this translation helpful? Give feedback.
All reactions