[bug] Calling window.hide()
followed by window.set_fullscreen(false)
doesn't do anything
#12056
Labels
window.hide()
followed by window.set_fullscreen(false)
doesn't do anything
#12056
Describe the bug
If I call
hide
on a window after callingset_fullscreen(false)
, the window just exists full screen but it still visible. I need to call hide again, with a sleep for it to disappear.EDIT: Also, calling
hide
without exiting fullscreen first will hide the web view window but you'll still be in the new window created by MacOS - not sure if this is expected behavior.Reproduction
Workaround
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: