Skip to content

g-w/cordova-volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Volume Plugin

Usage

The plugin exposes one method window.plugin.volume.getVolume(callback). This methods retrives the current volume and passes it to the callback. Example:

window.plugin.volume.getVolume(function(volume) {
  alert("The current volume is " + volume);
});

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A cordova plugin that checks the current volume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published