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

Simple Cordova plugin for launching apps.

Results 30 cordova-plugin-app-launcher issues
Sort by recently updated
recently updated
newest added

Hi, Ionic/Capacitor Documentation: https://ionicframework.jp/docs/native/app-launcher/ npm install @awesome-cordova-plugins/app-launcher Not Found - GET https://registry.npmjs.org/@awesome-cordova-plugins%2fapp-launcher - Not found Thank to help me

As per android documentation, package visibility privacy has been changed, and now package must be specified in order to be accessible/visible for other apps on the same device. [I found...

It is preferable that an external app is opened in a new task than within the app itself. @nchutchind If you feel the changes are appropriate, I'd appreciate it if...

Hi, I'm using the code below to open and pass parameters to another application. window.plugins.launcher.launch({packageName:'com.vjnicacio.detksign'}, successCallback, errorCallback); On Android 10 the aperture works, but not the parameters. And on Android...

Hello, my app crashes after i try to launch another app on latest android devices. It is probably the problem described here: https://stackoverflow.com/questions/38200282/android-os-fileuriexposedexception-file-storage-emulated-0-test-txt-exposed Could you please look at it.

Here is the solution for loading the second app inside the same app when we are passing packageName and uri for android.

when open in other cordova app.. create new webview in the same app

I have done everything indicated in the tutorial and at the time of opening the external app, indicates error in the property launch of undefined, version of platform android 6.1.2,...

Currently i am using ionic5 with capacitor3 . i want to open workday app within my app. i checked with appAvailability plugin it returns true or false based on app...

Upon returning to previous app, my app is forever on the splash screen with this error in xcode -> 'Plugin should use background thread'