Bolza
Bolza

Reputation: 1944

Cannot set HTML5 <Audio> Volume in Android 4 Browser

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.

Upvotes: 1

Views: 766

Answers (1)

tree
tree

Reputation: 401

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.

Upvotes: 3

Related Questions