-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
WebkitRequestFullscreen instead of WebkitRequestFullScreen #1100
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In webkit, it's recommended to use webkitRequestFullscreen (with a lower s on screen) instead of webkitRequestFullScreen (uppercase) (new html specifications). It allows to use keaboard events for exemple.
https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen
The text was updated successfully, but these errors were encountered: