Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Sholtee/cordova.plugin.exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exit (PhoneGap/Cordova Plugin)

This plugin lets you close your app programmatically by implementing navigator.app.exit() method. Unlike similar plugins here you can pass custom data on terminate.

Platform Support

This plugin supports PhoneGap/Cordova apps running on Android.

Installation

Automatic Installation using PhoneGap/Cordova CLI (Android)

cordova plugin add @sholtee/cordova-plugin-exit

Usage

const userData = {
  field: "kerekesfacapa"
};
navigator.app.exit(userData);

About

Close your Cordova app programmatically

Resources

License

Stars

Watchers

Forks

Packages

No packages published