nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Issue In Usage #19

Open umair1001 opened 6 years ago

umair1001 commented 6 years ago

There is an issue in 3rd step(window.plugins.launcher.launch()). It should be called like this, var launcher = new Launcher(); // create launcher object as function launch is private launcher.launch({packageName:'com.facebook.katana'}, successCallback, errorCallback);

Darksyntax commented 4 years ago

Ok - So, I've been trying t follow the usage instructions and i get compilation errors. Does anyone know f an example app using this plugin i can look at or have a link to a tutorial with a better explanation?