Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spoonconsulting/cordova-plugin-volume-buttons
cordova-plugin-volume-buttons
https://github.com/spoonconsulting/cordova-plugin-volume-buttons
Last synced: about 1 month ago
JSON representation
cordova-plugin-volume-buttons
- Host: GitHub
- URL: https://github.com/spoonconsulting/cordova-plugin-volume-buttons
- Owner: spoonconsulting
- Created: 2022-08-23T10:58:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T11:21:56.000Z (over 1 year ago)
- Last Synced: 2024-10-18T09:36:46.301Z (3 months ago)
- Language: Objective-C
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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");
}
```