Skip to content
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

Frameless window #158

Closed
TheJaredWilcurt opened this issue Dec 12, 2019 · 10 comments
Closed

Frameless window #158

TheJaredWilcurt opened this issue Dec 12, 2019 · 10 comments

Comments

@TheJaredWilcurt
Copy link

Describe the solution you'd like
An option to spawn a window without a frame or "chrome" border/title bar/window controls (min/max/restore/close), requiring the app to supply it's own window controls

Additional context

borderlessresizablewithchild

@nothingismagick
Copy link
Member

This is on our internal roadmap for 2020 already. Glad to see you are interested.

@DrSensor
Copy link
Contributor

Status: waiting for Boscop/web-view#130 to be merged

@nklayman
Copy link
Member

This is added in the dev branch, and will available in the next release 🎉.

@richardaum
Copy link

richardaum commented Oct 30, 2021

For those who want to know:

// javascript
appWindow.setDecorations(false);

or via tauri.conf.json

tauri.windows.decorations: false

@Hotdogishot
Copy link

It is possible to only "hide" the frame (like electron) ?

@nothingismagick
Copy link
Member

@ghost
Copy link

ghost commented Jul 13, 2022

its supported here at https://github.com/pykeio/millennium which is a tauri fork

@mufeez-amjad
Copy link

Is it possible to hide the title bar but keep the window close/minimize/maximize buttons?

@FabianLars
Copy link
Member

@mufeez-amjad #2663

@microSoftware
Copy link

Is it possible to hide the title bar but keep the window close/minimize/maximize buttons?

Have you figured it out? I'm also interested doing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants