tauri
tauri copied to clipboard
[feat]fullscreen transparent modal window over current desktop on macOS
Thanks for contributing such amazing project!
I encountered a problem when using TAURI, how to set fullscreen transparent modal window over current desktop on macOS?
Currently, setting full screen directly on macOS will jump to the new desktop.
On macOS native, This effect can be achieved by setting window's backgroundColor alpha
, level
and override constrainFrameRect
method.
(Maybe there is a better way, collectionBehavior
or NSPanel
?..)
Like electron this issue: https://github.com/electron/electron/issues/10078 Does this effect require TAURI to expose new methods?
I also want this effect, when will it be possible?
One more of me here. Lack of this feature is a broking stone for me.
+1
In Electron, BrowserWindow
has an options enableLargerThanScreen
to do this.
+1
Please just click on the thumbs up in the first message. +1
comments only send useless notifications to people subscribed to this issue but won't make the contributors look into it any sooner.