mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-01 00:00:05 +08:00
14 lines
370 B
Markdown
14 lines
370 B
Markdown
cordova-plugin-startapp
|
|
===========================================================================
|
|
|
|
Phonegap 3.0.0 plugin for launch other application in android device.
|
|
|
|
|
|
Install: ```cordova plugin add https://github.com/lampaa/startApp.git```
|
|
|
|
Delete: ```cordova plugin rm org.apache.cordova.core.startapp```
|
|
|
|
use:
|
|
```js
|
|
navigator.startApp("com.example.hello");
|
|
``` |