0.0.1 • Published 6 years ago

@sholtee/cordova-plugin-exit v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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);