1.0.0 • Published 8 years ago

launchnativeapp v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Launch any installed App on the device being used. Takes Package ID as input. No action performed if package ID not found.

Usage

Should be called after the deviceready event is fired. See exmaple below

window.OpenApplication("com.package.name"); 

Note: This should be called after *deviceready* is fired, for example:
```javascript
var openFn = function() {
   window.OpenApplication(app_package);
};
document.addEventListener('deviceready', openFn, false);

Installation

cordova plugin add sdgc-cordova-launch-app

Licence

Released under Apache License 2.0.

1.0.9

7 years ago

1.0.0

8 years ago

1.0.1

8 years ago

0.0.1

8 years ago