Skip to content
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

Adjust to webkitSupportsFullscreen and other APIs being removed from Chromium #2136

Open
tguilbert-google opened this issue Jan 25, 2024 · 0 comments
Labels

Comments

@tguilbert-google
Copy link

Chromium is looking to remove the deprecated HTMLVideoElement specific prefixed fullscreen APIs (link to discussion).

Specifically, this means that the following APIs will be removed from Chromium:

- readonly attribute boolean webkitSupportsFullscreen;
- readonly attribute boolean webkitDisplayingFullscreen;
- void webkitEnterFullscreen();
- void webkitExitFullscreen();
- void webkitEnterFullScreen(); // Note the different capitalization of the "S" in FullScreen.
- void webkitExitFullScreen(); // Note the different capitalization of the "S" in FullScreen.

We have seen that some sites using Clappr do check for or use webkitSupportsFullscreen.

Running chrome with the --disable-blink-features=PrefixedVideoFullscreen should be enough to confirm that Clappr properly handles the removal of those flags.

Would it be possible to see if you are running into any issues while using that flag? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant