tauri
tauri copied to clipboard
[feat] Drag and drop external web links.
Describe the problem
I'm trying to make an asset management app, and want to download images for user if they drag the link of image from their browser. But the cursor turns into a banned icon when I'm dragging the link into app window. Also, the events are not fired.
https://github.com/user-attachments/assets/dfba0b8b-5f6e-497c-b38e-c3a837bc4a19
Describe the solution you'd like
Add events like tauri://link-drop
that listens such event.
Alternatives considered
No response
Additional context
No response