You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with attribute AUTOPLAY" and "Browser + jQuery with attribute AUTOPLAY" ).
Does that mean it should work with you library ?
Because I tried on 2 Android 4+ devices and it didn't work. No autoplay.
a tablet with Android 4.1.1 and Chrome
a Nexus 5 with Android 4.4.4 and Chrome
Is there a way to make the autoplay work on Android 4+ ?
Thanx
The text was updated successfully, but these errors were encountered:
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 with attribute AUTOPLAY" and "Browser + jQuery with attribute AUTOPLAY" ).
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
The text was updated successfully, but these errors were encountered: