Reputation: 349
Example:
document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
function onVolumeUpKeyDown() {
// This handler override the default «Volume Up» action
}
Specifically, my problem is on android.
I need do another action when the volume up button is pressed, and also increase the volume...
Upvotes: 3
Views: 173
Reputation:
@AlexisCaffa,
you have two (2) paths
My notes on Phonegap events indicate that unless you use a plugin, the volume button is only available for the blackberry.
Best of Luck
Upvotes: 2