Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(text track display): update on playerresize and orientationchange (…
…#5447) On mobile devices, when changing orientation, or if the player gets resized, the captions won't update to reflect the new orientation or player size. However, they do get updated the next time they are redrawn. Instead, we should redraw the captions whenever `orientationchange` and `playerresize` get triggered.
- Loading branch information