-
Notifications
You must b 8000 e signed in to change notification settings - Fork 16k
Toggling full screen from window doesn't affect isFullscreen value #20
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
8000
Comments
Fixed with 556e84f |
kevinsawicki
pushed a commit
that referenced
this issue
May 9, 2017
Implement undocked dev tools on Windows
kevinsawicki
pushed a commit
that referenced
this issue
May 9, 2017
Implement undocked dev tools on Windows
This was referenced Nov 9, 2020
3 tasks
3 tasks
5 tasks
akaday
referenced
this issue
in akaday/electron
Nov 5, 2024
…/ps-list-8.1.1 build(deps-dev): bump ps-list from 7.2.0 to 8.1.1 in /spec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you click the full screen button on the top right of the window and then run:
The value will be
false
even though the window is in full screen mode.If you trigger full screen from the
remote.getCurrentWindow().setFullscreen()
API then it does properly report the full screen state of the window fromremote.getCurrentWindow().isFullscreen()
.The text was updated successfully, but these errors were encountered: