How to completely hide the native title bar in Tauri? #13623
Unanswered
Bogoomi010
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
This should be the answer. Are you also using titleBarStyle perhaps? If not, can you share the rest of your window config and the output of the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm developing a Tauri app for macOS (tested on Big Sur) and using both Tauri v1 and v2.
I’m trying to completely hide the native title bar — not just the window buttons (close, minimize, fullscreen), but the entire gray title bar area on macOS.
What I’ve done so far:
tauri.conf.json
, I successfully disabled the exit buttons usingdecorations: false
frame: false
) so I can build a fully custom title bar in HTMLMy question:
Can this be done purely through Tauri's configuration or API, without needing native Swift/Cocoa code or custom plugins?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions