-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[bug] Always on top not working on Wayland #3117
Comments
When running
|
After a bit of research, a lot of resources seems to indicate that Wayland doesn't have an api for setting Tauri uses gtk under the hood for Linux and gtk has a unified interface to interact with X11 and Wayland and currently we are calling Firefox workaround for PIP was to make the PIP window of type |
I'll close this because there is nothing we can do about it. Once |
Describe the bug
When setting the window to be always on top, it's expected to never be behind any window. The same way browsers implement the behaviour of "Picture in Picture".
Here we can see that the property is set to true and it stays behind the terminal. The same thing is true if I was to use
appWindow.setAlwaysOnTop(true)
.Reproduction
WebviewWindow
withalwaysOnTop
set totrue
;WebviewWindow
not on top.Expected behavior
When setting the window to be always on top, it's expected to never be behind any window.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: