We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the user goes fullscreen by pressing F11 screenfull.isFullscreen stays false. Tested using the demo page on Chrome, Firefox, and Edge.
screenfull.isFullscreen
false
The text was updated successfully, but these errors were encountered:
Relevant StackOverflow: https://stackoverflow.com/questions/34422052/how-to-detect-browser-has-gone-to-full-screen/34422551
Sorry, something went wrong.
you can listen the window's keydown event, when the event key equals 'F11', call the method preventDefault() and then call screenfull.toggle()
No branches or pull requests
When the user goes fullscreen by pressing F11
screenfull.isFullscreen
staysfalse
. Tested using the demo page on Chrome, Firefox, and Edge.The text was updated successfully, but these errors were encountered: