setVolume isn't working on iOS devices
diegodotta opened this issue · 1 comments
diegodotta commented
You can reproduce opening the demo page on iPhone/iPad and try to change the volume. http://danielstern.github.io/ngAudio/
I've tried both strategy: audio.volume and audio.setVolume(0).
For now, I'm using currentAudio.pause() to mutes the audio. :(
Originally posted by @diegodotta in #162 (comment)
gauravlodha commented
@danielstern
is there any other way to resolve this issue because i don't want pause audio and in ios mute functionality not working. Need your help on this.
Thanks.