tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[bug] Drag API is invalid on WIN11

Open kerwin612 opened this issue 1 year ago • 0 comments

@FabianLars Hello, I have a bug here. Can you help me take a look at it when you have time? I refer to the example mentioned in this answer. I use file-drop event in my program. However, it only works properly in WIN10. It cannot accept file drag in WIN11. Is this a known BUG?
This is my code: https://github.com/kerwin612/PortableRunner/blob/c6cc39d9154e591b76f5e473ddc2e7e8b923360e/src/main.js#L193

Run on WIN10 as follows:
win10

Run on WIN11 as follows:
win11

Originally posted by @kerwin612 in https://github.com/tauri-apps/tauri/discussions/4736#discussioncomment-7940734

kerwin612 avatar Jan 26 '24 02:01 kerwin612