-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fullscreen does not function properly on MacOS #4
Comments
Figured out a loose solution. While It doesn't fix the underlying issue it does allow you to exclusive full screen the application on MacOS. By changing "decorations": to true in tauri.conf.json the original MacOS traffic lights bar comes back onto the program and allows fullscreen through the native top bar. However this makes the fullscreen button in the app nonfunctional. |
Hey, thanks for the issue. I don't have a mac to look at for this issue and I'm trying to find out if this is a tauri issue or if it requires activating some features or something. If you also attach a screenshot, it will be clearer. https://github.com/tauri-apps/tauri/issues?q=fullscreen+label%3A%22platform%3A+macOS%22+
And yes, if this is a problem, you can temporarily disable the |
Hey, I created new library called tauri-controls and integrated into this project, it can mimic the controls of macos (and other operating systems). can you try version, https://github.com/agmmnn/tauri-ui/releases/tag/v0.3.0 |
On a Windows 10 machine this ui functions perfectly as intended and fullscreen is exclusive and takes up the whole screen. However on MacOS (Specifically an M2 Macbook air running macOS Monterey 12.5.1) The fullscreen function does not work as intended. It simply sets the app to take up the space above the icon tray on a desktop window and does not achieve exclusive fullscreen taking up the entire screen. It's incredibly annoying as it automatically assigns a scroll bar on the side and cuts of parts of the app given the limited space. The MacOS shortcut to fullscreen doesn't do anything to fix it either. I've ensured that I've built it for the correct architecture as well and nothing seems to fix it. Is there anything that can be done to get exclusive fullscreen on MacOS?
The text was updated successfully, but these errors were encountered: