tauri-controls icon indicating copy to clipboard operation
tauri-controls copied to clipboard

[Windows] Adding tauri-plugin-window

Open Chathura-Ranasinghe opened this issue 1 year ago • 6 comments

When Im trying to use tauri-controls in my existing Tauri 2.0. Got following errors

image

Cargo.toml

image

All the previous steps were followed correctly. Seams the error is with desktop_commands.rs.

Chathura-Ranasinghe avatar May 27 '24 07:05 Chathura-Ranasinghe

Got the same issue here! I am on linux.

bloodnighttw avatar Jun 15 '24 13:06 bloodnighttw

I spent about an hour looking for a solution and couldn't find anything. Now I look here and see that it's a known issue. Nice... I'm on Windows 11.

timwehrle avatar Jun 24 '24 17:06 timwehrle

trying to use tauri-plugin-window on linux and getting error


73 |         Some(l) if !l.is_empty() => window.get_window(&l).ok_or(Error::WindowNotFound),
   |                                            ^^^^^^^^^^
   |
help: there is a method `get_webview_window` with a similar name
   |
73 |         Some(l) if !l.is_empty() => window.get_webview_window(&l).ok_or(Error::WindowNotFound),
   |                                            ~~~~~~~~~~~~~~~~~~

donkey-donkey avatar Jul 08 '24 15:07 donkey-donkey

I was facing the same errors, I checked on tauri-plugin-window to find that it's now a public archive!

kareemmahlees avatar Aug 23 '24 12:08 kareemmahlees

Same error here. Regardless if MacOS or Windows.

CyberTimon avatar Jul 13 '25 18:07 CyberTimon