webview_rust icon indicating copy to clipboard operation
webview_rust copied to clipboard

Get events from window

Open ken0x0a opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. I need to

  • get real file path when "drop file"

I want to

  • use custom drop area (e.g.: <div data-tauri-drag />)

Describe the solution you'd like I want to create window using "winit" attach webview on it. This might solve "drop file" issue https://github.com/tauri-apps/tauri/issues/993.

Describe alternatives you've considered What I wanna do is,

  1. get real file path when "drop file"
  2. use custom drop area (e.g.: <div data-tauri-drag />)

ken0x0a avatar Sep 30 '20 02:09 ken0x0a