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

Fix fullscreen UI button for iOS #588

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

oNaiPs
Copy link
Contributor

@oNaiPs oNaiPs commented Oct 24, 2023

Fullscreen button was not showing on iOS since it does not support the webkitRequestFullscreen API.
However, we can still support full screen using video.webkitEnterFullscreen.
Using this API has the drawback of not showing the custom UI overlay, just the fullscreen video with the standard controls.

In my opinion, it is still a good option to be able to go fullscreen on iOS.

Fixes #300.

@AlexxIT AlexxIT merged commit daa035d into AlexxIT:master Oct 27, 2023
@AlexxIT AlexxIT changed the title Adds fullscreen UI button for iOS Fix fullscreen UI button for iOS Oct 27, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 27, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

No full-screen function on companion app
2 participants