I have made a frameless app 256x256 with a movable window feature... It's an mp3 player.. What I want is that I should be able to select files from my pc and drop it inside the small window. And that song shows up.. Or at least its name shows up.... But when I bring the file over... I do see my cursor change... But the file doesn't get uploaded
My code works fine when opened in web view... But on my windows 11..it doesn't work... I even tried the "dragDropEnabled: false" thing.. Still didn't work...
I am using tauri v2 btw