tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[feat]fullscreen transparent modal window over current desktop on macOS

Open yueqianzhang opened this issue 3 years ago • 3 comments

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?..) 截屏2022-02-03 下午9 06 17

Like electron this issue: https://github.com/electron/electron/issues/10078 Does this effect require TAURI to expose new methods?

yueqianzhang avatar Feb 03 '22 08:02 yueqianzhang

I also want this effect, when will it be possible?

Lydanne avatar Jun 26 '22 07:06 Lydanne

One more of me here. Lack of this feature is a broking stone for me.

gekh avatar May 29 '23 15:05 gekh

+1 In Electron, BrowserWindow has an options enableLargerThanScreen to do this.

wvq avatar Jun 04 '23 11:06 wvq

+1

allenxing avatar Jul 21 '23 10:07 allenxing

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.

FabianLars avatar Jul 21 '23 17:07 FabianLars