Skip to content

Level51/cordova-plugin-powersavemode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check for power saving mode

Lean plugin to check if device is in power save mode.

Supports:

  • Android
  • iOS

Usage

cordova.plugins.PowerSaveMode.isPowerSaveMode((flag) => {
    if (flag) {
      console.log('Device is in power save mode.');
    }
  });

Maintainer