tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[feat] Drag and drop external web links.

Open 443eb9 opened this issue 2 months ago • 3 comments

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

443eb9 avatar Dec 07 '24 01:12 443eb9