forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix exception thrown for Chrome & Firefox on iOS
Because we have some polyfills and blacklists that are specific to Safari and iOS, we need to detect specific versions of Safari and iOS. The existing detection of Safari/iOS versions was in multiple places, and did not account for non-Safari browsers on iOS. This refactor allows us to correctly detect iOS Chrome, and fixes a fatal exception thrown in the MediaSource polyfill for all non-Safari browsers on iOS. Change-Id: Ic88dc1a4c82087054cd4791dbf295b7ea2aeab09
- Loading branch information
1 parent
65ad9ad
commit 917e788
Showing
3 changed files
with
51 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters