Playing html5 audio in android browser

后端 未结 8 2341
一生所求
一生所求 2020-11-29 08:37

I have a javascript that plays audio in the browser, using the html5 tag. It works fine in the iPhone browser, but not in Android. (Testing using

8条回答
  •  没有蜡笔的小新
    2020-11-29 09:13

    I was having trouble on my Kindle Fire, and found one small thing which seemed to fix it.

    
    

    I had mistakenly been using "audio/mp3". I'm using a player without its native controls (using HTML5/JS).

提交回复
热议问题