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

remove frame of existing window #1145

Closed
brumm opened this issue Feb 17, 2015 · 6 comments
Closed

remove frame of existing window #1145

brumm opened this issue Feb 17, 2015 · 6 comments

Comments

@brumm
Copy link

brumm commented Feb 17, 2015

something akin to browserWindow.setFrame(false), if possible.

@sprintr
Copy link
Contributor

sprintr commented Feb 17, 2015

Frameless window

@brumm
Copy link
Author

brumm commented Feb 17, 2015

yes. this removes the frame on creation. I'm looking to remove the frame on-the-fly, of an existing window.

@sprintr
Copy link
Contributor

sprintr commented Feb 17, 2015

Oh! don't think we can remove frame in the renderer process right now.

@bwin
Copy link
Contributor

bwin commented Feb 18, 2015

Work-around: just destroy your window and create a new (frameless) window and set the url and position like in your old window. If you're not playing media in the window this should do.

What's your use-case?

@zcbenz
Copy link
Member

zcbenz commented Feb 27, 2015

Enabling removing window frame on the fly will add too much complexity to the code, and it is not easy to implement. I don't think it deserves the efforts, even though it is useful in some rare cases.

@zcbenz zcbenz closed this as completed Feb 27, 2015
@arcman77
Copy link

If this is for fullscreen mode -
What if you were to set the browser height higher than the available screen in the monitor in such a way that the frame would be covered by the osx menu bar?

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

No branches or pull requests

5 participants