perminder-klair / angular-soundmanager2

SoundManager2 Music Player for AngularJs
http://perminder-klair.github.io/angular-soundmanager2/
MIT License
169 stars 108 forks source link

mute from demo example doesn't work on IOS devices. #4

Closed forrestbe closed 9 years ago

abrkt commented 9 years ago

According to iOS-Specific Considerations in Safari HTML5 Audio and Video Guide

The volume property is not settable in JavaScript. Reading the volume property always returns 1.

perminder-klair commented 9 years ago

Guys, I don't have iOS device with me, is it possible for any of you guys to find out a working solution?

Thanks.

perminder-klair commented 9 years ago

@forrestbe @abrkt fyi

abrkt commented 9 years ago

From Safari Developer Library:

On iOS devices, the audio level is always under the user’s physical control. The volume property is not >settable in JavaScript. Reading the volume property always returns 1.

Simply you cant control the volume property on iOS devices.

perminder-klair commented 9 years ago

@abrkt thanks for clearing this up! closing the issue now.