onVolumeDownKeyDown() {
// Handle the volume down button
alert(“Test”)
}
is working on android! Now the question is, how can i build my own events like volumedownbutton ? I think I have to duplicate some code in the cordova core files and adapt it, but this seems to be not a clean solution.