Philippe Remy
Philippe Remy

Reputation: 3123

Accessing Android/iPhone volume buttons with HTML5 app

Does anyone know if there is a way to access to the volume button events in an HTML5 application run on the phone's browser?

Upvotes: 4

Views: 1147

Answers (1)

Philippe Remy
Philippe Remy

Reputation: 3123

I came to the conclusion that it's impossible to have access to the volume buttons with HTML5 on the phone's browser.

One's has to use the native APIs (either Android or iOS).

Upvotes: 1

Related Questions