Skip to content
Discussion options

You must be logged in to vote

Hey @Wolf-Den1994!

Let me confirm if I understand correctly. You want to drag the item only if touched outside of the color picker circle and don't start dragging the item if pressed inside the color picker, right?

I haven't figured out the right approach yet but and I think it might not be that easy because, as far as I know, gesture handler needs to be explicitly told which gesture should be blocked when another gesture is being handled, so the color picker library should be able to somehow block the gesture recognized by my library when its gesture handler detects a gesture.

I cam up with a workable workaround, though, so maybe you would like to implement something similar to this:

const 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Wolf-Den1994
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants