Playing html5 audio in android browser

后端 未结 8 2320
一生所求
一生所求 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:06

    Here is link to Google Android bug, which filed for lack of support of AUDIO tag in Android. Please, vote on it.

    http://code.google.com/p/android/issues/detail?id=10546

    BTW, there is work around, which let you play natively MP3 in Android 1.6 .. 2.2, like that:

    
    

提交回复
热议问题