videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

Mute/Volume controls do not work on iOS #868

Open ghost opened 4 years ago

ghost commented 4 years ago

Description

Mute and Volume controls do not currently work on iOS devices. This appears to be an issue both with iOS 12 as well as iOS 13.

Expected Behavior

Mute and Volume controls should work on iOS devices.

Actual Behavior

When the mute button is clicked the control briefly shows as muted but then immediately re-enables. The volume slider is not clickable/slidable on iOS.

Steps to Reproduce

  1. Start video player.
  2. Attempt to click on Mute button, see that it does nothing.
  3. Attempt to change volume, see that it does not work.
Brhav commented 4 years ago

See https://github.com/videogular/videogular2/issues/818