-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix: Firefox fullscreen api (fixes #239) #259
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with Firefox, Chrome and Edge, all working as expected.
I'm getting a console error when in fullscreen and pressing the ESC key to exit fullscreen.
Environment
Branches / versions
|
Cool. Will check on mac. Thanks. |
@oliverfoster on Mac I'm not seeing it go in to Full screen, the vid increases to the browser size but the browser remains at the size before pressing the button. I also get the same console error
|
Cool. Same as Brad's diagnosis. Ta. Which version of Safari? (Just in case). |
Oh sorry, I always run the latest versions. Firefox 113.0.1 |
|
Commit adc38ab works for me. I no longer see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 tested with multiple browsers all working as expected, no errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected testing on Mac FF
🎉 This PR is included in version 6.7.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
fiex #239
Fix