23 lines
660 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Launch Navigator
```
$ ionic cordova plugin add uk.co.workingedge.phonegap.plugin.launchnavigator
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/launch-navigator
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/launch-navigator/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/dpa99c/phonegap-launch-navigator](https://github.com/dpa99c/phonegap-launch-navigator)
Requires Cordova plugin: uk.co.workingedge.phonegap.plugin.launchnavigator. For more info, please see the [LaunchNavigator plugin docs](https://github.com/dpa99c/phonegap-launch-navigator).
## Supported platforms
- Android
- iOS
- Windows
- Windows Phone 8
2021-09-29 14:38:45 +02:00