I am currently developing an app for android..
android
how i can capture the volume key event when user press in android phone
volume
i am using
You can add events listener in the PhoneGap for volume key buttons as described in the PhoneGap Documentation like this
Thanks