Cannot set HTML5 <Audio> Volume in Android 4 Browser

女生的网名这么多〃 提交于 2020-01-05 07:25:15

问题


i have a web app that play audio files using tag, in Android 4.0.3 browser it seems that i'm unable to set the volume. Also the volume control doesn't show at all.

Anyone knows if this is a bug or something else?

The application works just fine on desktop chrome/firefox.


回答1:


This is a bug in Android's Ice Cream Sandwich. The getters/setters work if you check the values but the physical volume never gets set. Feel free to enter this bug into their dev network.



来源:https://stackoverflow.com/questions/11221822/cannot-set-html5-audio-volume-in-android-4-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!