You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2022. It is now read-only.
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 and get callback once get image data. How to achieve this using Intent?
Getting error block log in console
` const options = {
action: this.webIntent.ACTION_GET_CONTENT,
package: 'de.myapp.eco' /*App package id in store installed in device */
}
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 and get callback once get image data. How to achieve this using Intent?
Getting error block log in console
` const options = {
action: this.webIntent.ACTION_GET_CONTENT,
package: 'de.myapp.eco' /*App package id in store installed in device */
}
Can you please guide me out to achieve the result?
@darryncampbell @mcelotti @mattdsteele