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

BrowserWindow - fullscreen: false option doesn't work on El Capitan #3042

Closed
kevinmartin opened this issue Oct 9, 2015 · 3 comments
Closed

Comments

@kevinmartin
Copy link
Contributor

Code:

const window = new BrowserWindow({
    width: 800,
    height: 500,
    fullscreen: false,
    transparent: true,
    'title-bar-style': 'hidden-inset',
    'node-integration': true
});

Correctly on Yosemite, the green window titlebar button only had the "+" plus to expand the window to fit the screen.

After upgrading to El Capitan today, I am able to both go fullscreen and use the new split screen feature.

@kevinmartin
Copy link
Contributor Author

Any updates/comments on this?

@DoWhileGeek
Copy link

+1 I'm having this issue as well.

@leftstick
Copy link
Contributor

The same issue as mine

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

No branches or pull requests

4 participants