Skip to content

Salesfloor/cordova-silent-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Silent Mode

This plugin allow to verify, through phonegap, if the current device is in silent mode

Usage

SilentMode.isMuted(
	function() { //Callback
		console.log('mute enabled'); 
	}, function() {  //Callback
		console.log('mute disabled'); 
	});

About

Cordova plugin to check wether a phone is on silent before playing a sound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published