-
Notifications
You must be signed in to change notification settings - Fork 270
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
[example] API example is unresponsive when opening on Windows #571
Comments
not sure same issue or not |
Same issue in Mac too. How to reproduce it:
I tested message and open function, both are unresponsive. |
same issue in my mac too |
Most probably. In my case, getting the current theme from the window plugin and maximizing the app by double clicking will cause the app to freeze indefinitely (using |
same with |
群主好, to get theme , you can try the following way, it works well for me: #[tauri::command]
} |
currently, i use rfd directly to fix this issue temp. use rfd::{FileDialog}; #[command] |
I've got the same issue (based on @ImUrX message) on linux. The problem is global to all platforms. |
There is a fix for Linux: tauri-apps/tauri#7677 |
I guess this should be an issue in The I think this PR may solve the issue, but it still needs to rewrite the These issues might be related. tauri-apps/tauri#7727 |
Hello, I'm building the official API example on my Windows machine with following commands:
Click on the output executable, the window opens, but it quickly becomes unresponsive.
Output of
yarn tauri info
Edit: I tried calling dialog.open on a separate app, it becomes unresponsive too.🫤
The text was updated successfully, but these errors were encountered: