-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't drag and drop files to insert a path #102
Comments
I looked at this a while ago. Problem is that the UWP WebView is not acting like a real control for drop events, and when handling it in JavaScript I only received the filename, but not a complete path. Maybe adding the broadFileSystemAccess capability changes this, but I haven't tried it. |
It would also have to understand whether or not you're using WSL or some
windows command line to insert the proper path.
--
Hans Kokx
…On October 22, 2018 4:33:44 PM Felix ***@***.***> wrote:
I looked at this a while ago. Problem is that the UWP WebView is not acting
like a real control for drop events, and when handling it in JavaScript I
only received the filename, but not a complete path. Maybe adding the
broadFileSystemAccess capability changes this, but I haven't tried it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@felixse I have an idea, adding a transparent control above WebView to receive drop events and changing its Visibility according to |
@RikkaW interesting idea, I will definetively try this 👍 |
I would be really happy about this addition, as I use it constantly on Linux. Would it be possible to have a copy/paste feature [as well/at least]? |
so when will you do it. |
Big up for this! |
I was trying to run a program, using a filename as an argument. I tried to drag/drop the file into the window to insert the path+filename. This didn't do anything.
The text was updated successfully, but these errors were encountered: