Skip to content

mendrix/cordova-plugin-core-android-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-core-android-extensions

Useful methods for an android cordova app

Installation

cordova plugin add cordova-plugin-core-android-extensions

Supported Platforms

  • Android

Methods

  • navigator.app.minimizeApp
  • navigator.app.resumeApp

navigator.app.minimizeApp

Shows home screen and sends the app into background

Parameters

  • moveBack: When true the app first tried to return to the previous task in current stack (Boolean)

navigator.app.resumeApp

Activates app from background

Parameters

  • force: When true the app bypasses keyguard and turns lights on (Boolean)

About

Useful methods for an android cordova app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 87.8%
  • JavaScript 12.2%