What's the best practice for drag and drop feature with observe? #292
Unanswered
Joshua7054
asked this question in
Q&A
Replies: 2 comments
-
|
Hi @Joshua7054, the thread hop is unfortunately required because the Can you provide a minimal project that demonstrates the problem you are seeing so that we can take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you for reply @mbrandonw ! I made small example for this. and here's the demo video. dragndrop.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello, I was trying to implement drag and drop feature with observe tools in uikit-navigation.
but I faced with unwanted thread hopping, and found the root cause of hopping(link). It leads to unnatural animations.
Can you let me know the best practice of drag and dropping? or should I make a patch that prevent thread hopping when update occured in mainThread?
Beta Was this translation helpful? Give feedback.
All reactions