@spoonconsulting/cordova-plugin-volume-buttons
v1.0.4
Published
cordova-plugin-volume-buttons
Downloads
318
Readme
cordova-plugin-volume-buttons
Cordova plugin that allows to control Volume Buttons on iOS for different actions.
Installation
cordova plugin add https://github.com/spoonconsulting/cordova-plugin-volume-buttons.git
ionic cordova plugin add https://github.com/spoonconsulting/cordova-plugin-volume-buttons.git
Usage
document.addEventListener("volumebuttonslistener", action, false);
// Can be used for different actions(Example: For capturing image)
function action() {
console.log("Hello");
}