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 (videojs#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 videojs#6707, fixes videojs#6684, fixes videojs#6645.
- Loading branch information