darryncampbell-cordova-plugin-intent icon indicating copy to clipboard operation
darryncampbell-cordova-plugin-intent copied to clipboard

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.

Results 20 darryncampbell-cordova-plugin-intent issues
Sort by recently updated
recently updated
newest added

Hi Darryn, I have an IONIC application that captures data and must send this data to a payment app that is on the same device. I have gone through your...

Anyone using this plugin on Android 11? Was any different configuration required? My app works on 10 but doesn't work on 11.

This plugin works perfectly and I thank you so much for it! However, I'm experiencing some issues with intents occurring multiple times. My context is an unofficial mobile client for...

If you use ``` cordova plugin add cordova-plugin-camera ``` to install camera plugin . It will clash with this plugin . The reason is this camera plugin use too old...

Hi Darryncampbell: I'm a communitor of GreaterWMS--An open source warehouse management system . GreaterWMS Link: [Github](https://github.com/Singosgu/GreaterWMS) Now, I wanna to get the PDA SN code , but failed . How...

I am using Ionic Angular with capacitor, we need to launch an external application which is our dependent application (Nativescript). With the ID of the app I need to launch...

I have an android app build in ionic 4. Used web intent package. Here is my code: let url = 'upi://pay?pa=' + this.upi_address + '&pn=' + this.payee_name + '&mc=' +...

Hello All, I am using webintent plugin for showing the installed UPI and doing the transaction with that UPI in IONIC 4. But PhonePe and Paytm working fine as well...

Error: "package android.support.* does not exist" This plugin has old android support dependencies instead of using the new AndroidX equivalent. Cannot add the plugin.