Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: try again on volume feature detection on iOS (videojs#7514)
On latest iOS, we are seeing times when the volume feature detection is showing that we are able to change the volume, though, that is not the case. Instead, on iOS, when we detect that we can control the volume, we set a short timer to retest and reset the featuresVolumeControl property. Fixes videojs#7040
- Loading branch information