Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangang/cordova-plugin-app-exit
https://github.com/huangang/cordova-plugin-app-exit
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huangang/cordova-plugin-app-exit
- Owner: huangang
- Created: 2019-08-04T10:51:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T01:25:35.000Z (over 4 years ago)
- Last Synced: 2024-12-09T07:49:19.879Z (14 days ago)
- Language: Java
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExitApp PhoneGap/Cordova Plugin
changed support cordova 7.0+ & publish npm list### Supported Platforms
- Android
- iOS
- Browser*\* _Only for development purpose._
### Version Requirements
This plugin is meant to work with Cordova 3.5.0+.
### Installation
#### Automatic Installation using PhoneGap/Cordova CLI (iOS and Android)
1. Make sure you update your projects to Cordova iOS version 3.5.0+ before installing this plugin.cordova platform update ios
cordova platform update android2. Install this plugin using PhoneGap/Cordova cli:
cordova plugin add https://github.com/huangang/cordova-plugin-app-exit.git
cordova plugin add cordova-plugin-app-exit### Usage
navigator.app.exitApp();