Replies: 1 comment
-
I found out that this is because a bug (#1504) that has been open since 2023... No drag and drop in Dioxus (on linux) I guess then :-( |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement some drag and drop functionality in a desktop app but it does not work and I can't figure out why.
Here is my test case:
Dragging works: the
ondragstart
event gets caught and I can move the div around the screen, but dropping does not work: none of the events associated with the drop div fire. What am I missing?I expected this to work similarly to the canonical HTML5 mechanism w3schools.com. I also checked the File upload example but I can't identify any significant difference.
I am on linux with dioxus desktop 0.6.3.
Beta Was this translation helpful? Give feedback.
All reactions