cordova-plugin-app-launcher icon indicating copy to clipboard operation
cordova-plugin-app-launcher copied to clipboard

Issue In Usage

Open umair1001 opened this issue 6 years ago • 1 comments

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);

umair1001 avatar Sep 27 '17 08:09 umair1001

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?

Darksyntax avatar Oct 03 '19 15:10 Darksyntax