Cordova plugin for exiting the app programmatically for Android, iOS and WP
npm install cordova-plugin-exitAllows to exit from Cordova app programmatically.
- Android
- iOS
- Windows Phone (not tested)
``js``
cordova.plugins.exit();
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