tryphotino/photino.Samples

[new sample] something like drag and drop support possible?

Closed this issue · 3 comments

Drag out maybe easy, how to do for drag in?

#reference
https://www.electronjs.org/docs/tutorial/native-file-drag-drop

How to get drag files full path? This maybe depend on browser’s limitations ? Like mozFullPath?

a simple way is to use a textbox to accept drag, which will receive file path, Is this standard behavior?

Drag and drop within the browser control is completely determined by the browser control. In our experience, drag and drop works exactly as it dies in a full browser. If you're having an issue, please let us know the specifics such as the platform you're running on and sample source code and we'll try to reproduce it.

Drag and drop within the browser control is completely determined by the browser control. In our experience, drag and drop works exactly as it dies in a full browser. If you're having an issue, please let us know the specifics such as the platform you're running on and sample source code and we'll try to reproduce it.

Ok, tks, I think it should work:)