-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Labels
EnhancementNew feature or requestNew feature or requestTODOThe issue is ready to be developedThe issue is ready to be developed
Description
Is your feature request related to a problem? Please describe.
Currently, on Wails v1.16.8 as for windows development it depends on IE11 (as Windows development use the mshtml library which is only compatible with IE11), and On IE11, the drag and drop is not supported for folder. Whereas with Chrome, we can have file or folder drag and drop functionality.
Describe the solution you'd like
Feature that can be suitable would be native drag and drop with absolute path of dropped file/folder and if the dependency to IE11 can be removed.
Describe alternatives you've considered
Currently, We have tried the following approaches but not complete solution was found:
- Use ngx-file-drop library for drag and drop, it worked fine for chrome but for IE11, only file drop was working fine and not folder. But was not providing absolute path of neither file not folder..
- HTML Drag and drop: Failed for both file and folder.
- Drag and drop on Input Type=File: Failed for both file and folder.
- Created our own directive even it failed for both file and folder.
mholt, BafS, rribou, GithubUser5462, Vovan-VE and 7 more
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestTODOThe issue is ready to be developedThe issue is ready to be developed