android - autoplay sound in cellphone -


i uploaded sound website audio tag, works @ pc in android , iphone auto-play doesn't work. think depends on cellphone browser because changed android browser , worked. there other solution how make work anyway?

var audio = new audio("songs/test.mp3"); audio.play(); 

it works on default android browser


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -