-
Notifications
You must be signed in to change notification settings - Fork 921
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
Added support for fullscreen options and proper fullscreen behaviors in macos #473
Comments
Is anything else blocking this? If you don't have time at the moment, I'd be happy to implement this. |
Turns out that we don't need |
I've only addressed
Getting that to work correctly seems like it will be involved, so I'm not presently up to pursuing this further. |
Thanks for your help !!
|
You can supply the same options to Optimistically, |
It seems like this issue has been long fixed, please reopen if that's not the case |
This is a tracking issue for improvements of PR #465 :
enterFullScreenMode
should work for this, but it appears to be absent from core-foundation.CGGetDisplaysWithRect
could be used to find the monitor that the majority of the window is on. But it is absent from core-foundation too.WindowBuilderExt
.Here is the related PR for in core-foundation:
And related discussion: #460 (comment)
The text was updated successfully, but these errors were encountered: