pupunzi / jquery.mb.audio

An audio API for mobile HTML5 that tries to actually work :-)
161 stars 37 forks source link

Autoplay doesn't work on Android #9

Open clemorphy opened 10 years ago

clemorphy commented 10 years ago

Hi !

I am currently trying to automaticcaly play a sound at the loading of a page. I know this is impossible without a tap on iOS, but in the "autoplay" section of your article (http://pupunzi.open-lab.com/2013/03/13/making-html5-audio-actually-work-on-mobile), you say that autoplay should work on Android 4+ with at least 2 different methods ( "Browser + DOM

Does that mean it should work with you library ?

Because I tried on 2 Android 4+ devices and it didn't work. No autoplay.

Is there a way to make the autoplay work on Android 4+ ?

Thanx

usama831 commented 8 years ago

Hi clemorphy, did you find any solution?? I am trying to do the same