cordova-plugin-exit
Version:
Cordova plugin for exiting the app programmatically for Android, iOS and WP
30 lines (19 loc) • 895 B
Markdown
# Cordova Plugin Exit
[](https://www.npmjs.com/package/cordova-plugin-exit)
[](https://www.npmjs.com/package/cordova-plugin-exit)
[](LICENSE)
Allows to exit from Cordova app programmatically.
## Platforms
- Android
- iOS
- Windows Phone (not tested)
## Usage
```js
cordova.plugins.exit();
```
## Source
This plugin is just a bit polished (package/plugin name changed for convention) version of this project:
https://github.com/joycorp/cordova-plugin-exitapp
Which is a refactored collection of these plugins/projects:
- Android & WP: https://github.com/gaqzi/cordova-plugin-exitapp
- iOS: https://github.com/FRD49/iOS-ExitApp