You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Shipping a modern desktop app, it's frustrating not having the option for native window controls on a window without the window titlebar. E.g. on macOS, a window that is filled with the app's content but still has the traffic light controls intact.
This results in frameless Tauri applications having to include their own window controls, which doesn't follow the native window interaction design and can lead to poor UX.
Electron has this options as explained in its docs here.
Describe the solution you'd like
I'd like a solution resembling Electron's, where you can set title bar style to hidden which will still show the native window controls without a titlebar.
Describe alternatives you've considered
Including the native window controls on a frameless window, and then having the configuration option to remove the window controls.
Example:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Shipping a modern desktop app, it's frustrating not having the option for native window controls on a window without the window titlebar. E.g. on macOS, a window that is filled with the app's content but still has the traffic light controls intact.
This results in frameless Tauri applications having to include their own window controls, which doesn't follow the native window interaction design and can lead to poor UX.
Electron has this options as explained in its docs here.
Describe the solution you'd like
I'd like a solution resembling Electron's, where you can set title bar style to
hidden
which will still show the native window controls without a titlebar.Describe alternatives you've considered
Including the native window controls on a frameless window, and then having the configuration option to remove the window controls.
Example:
The text was updated successfully, but these errors were encountered: