Skip to content
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

[Windows] Adding tauri-plugin-window #28

Open
Chathura-Ranasinghe opened this issue May 27, 2024 · 4 comments
Open

[Windows] Adding tauri-plugin-window #28

Chathura-Ranasinghe opened this issue May 27, 2024 · 4 comments

Comments

@Chathura-Ranasinghe
Copy link

Chathura-Ranasinghe commented May 27, 2024

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.

@bloodnighttw
Copy link

bloodnighttw commented Jun 15, 2024

Got the same issue here!
I am on linux.

@timwehrle
Copy link

timwehrle commented Jun 24, 2024

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.

@donkey-donkey
Copy link

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),
   |                                            ~~~~~~~~~~~~~~~~~~

@kareemmahlees
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants