You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All browsers should allow for volume control from 0.0-1.0 for Audio + Video APIs.
iOS/iPadOS WebKit does not allow for volume control (it is "read-only").
Use cases:
Sound effects (varying % or just want at less than 100% without having to re-export sound)
Background sounds that you want at less than 100% for ambiance
Volume controls around video/audio elements
Special care needs to be added for iOS/iPadOS only to turn volume off via mute since setting volume to zero doesn't work.
The explanation that has been given, is that Apple thinks the user should always be in control of volume via physical buttons for iPhones and iPads - this doesn't change that. It is a % (less) than the current set device volume.
Apple also has no issue with its own native apps like Apple Music allowing the user UI to change volume.
Description
All browsers should allow for volume control from 0.0-1.0 for Audio + Video APIs.
iOS/iPadOS WebKit does not allow for volume control (it is "read-only").
Use cases:
Special care needs to be added for iOS/iPadOS only to turn volume off via
mute
since setting volume to zero doesn't work.The explanation that has been given, is that Apple thinks the user should always be in control of volume via physical buttons for iPhones and iPads - this doesn't change that. It is a % (less) than the current set device volume.
Apple also has no issue with its own native apps like Apple Music allowing the user UI to change volume.
Specification
WHATWG
Additional Signals
Is there any possibility to control HTML5 audio volume on IOS
HTML5 Video Volume
The text was updated successfully, but these errors were encountered: