How can I use the set_simple_fullscreen
function of window?
#13669
Answered
by
FabianLars
Horbin-Magician
asked this question in
Q&A
-
Tao has a set_simple_fullscreen function (https://docs.rs/tao/0.34.0/tao/window/struct.Window.html#method.set_fullscreen). I want to get a truely fullscreen window in macOS (without menu bar and dock bar), how can I achieve it? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jun 25, 2025
Replies: 1 comment 1 reply
-
as you've noticed already, set_simple_fullscreen is not exposed in tauri but that's required for you to use the method (you can't use tao methods directly). Feel free to open a feature request (as a github issue) for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Horbin-Magician
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as you've noticed already, set_simple_fullscreen is not exposed in tauri but that's required for you to use the method (you can't use tao methods directly). Feel free to open a feature request (as a github issue) for this.