cordova-plugin-app-launcher
cordova-plugin-app-launcher copied to clipboard
Simple Cordova plugin for launching apps.
When I call the launch method in iOS, I get null in the success callback response. Is this an intended behaviour or a bug?
I am using this ``` var filename = "https://mail.google.com/mail/u/0/fs=1&[email protected]&su=SUBJECT&body=BODY&[email protected]&tf=cm"; window.plugins.launcher.launch({ packageName: 'com.google.android.gm', uri: filename, successCallback, errorCallback }); ``` to open gmail compose screen, but its not opening. Getting Erro! Application...
How can i get an iOS app uri ? Can i launch the app using apple app id ?
While lauching other app from myapp, it shows no longer available alert where the other app is installed already. This issue happens only on Iphone XS Max [IOS 14.2].
Hello, I have 2 apps. Both have singleInstance in androidmanifest.xml. One is a cordova app (that uses this plugin) and the other one is a flutter app. If I call...
how to open specific page in facebook app Just like 'https://www.facebook.com/premierleague'
I'm working on adding some features to a cordova app that's not available through cordova hybrid app. So what I want to do is use your launcher to call a...
I use "canLaunch" and when it make success, the "launch" function open e-mail in iOs smartphone. In this e-mail, there is a url for open my app (for confirm address)....
Hello, I am using the plugin to open bank applications to assist with payments. When I perform the "launch" function the **application opens but crashes the whole system** (even the...
Hi, How can i launch (from my app) play store with an app as parameter ?