Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fullscreen broken in iOS (#6735)
The Fullscreen API is unsupported in iOS, so self.fsApi_.fullscreenerror and self.fsApi_.fullscreenchange are undefined, which was breaking the player after entering fullscreen by removing all bound player events. Fixes #6707, fixes #6684, fixes #6645.
- Loading branch information