danielstern/ngAudio

Audio play() is not working for mobile devices

rashid-sds opened this issue · 2 comments

Error: undefined is not an object (evaluating '$scope.currentAudio.paused')

i have commented global event:
//window.addEventListener("click",function twiddle(){
// audio.play();
// audio.pause();
// window.removeEventListener("click",twiddle);
//});

Issue seems only for mobile devices.

nncl commented

+1