I'd like to know if the sound on a mobile device is muted when using the Web Audio API.
Is there a way to know if the mute switch on an iPhone is toggled to off?
I'd like to know if the sound on a mobile device is muted when using the Web Audio API.
Is there a way to know if the mute switch on an iPhone is toggled to off?
This post states that Javascript cannot control the volume of iOS. This is confirmed in a SO thread.
Also worth reading: Overcoming iOS HTML5 audio limitations