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 has been 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 */
}
Yes @darryncampbell for example 'A' app calls 'B' app, In this cased 'B' is opened but 'A' is closed. What I want is that 'A' app should be opened after B is closed. Hope you got it? How to achieve this using startActivityForResult?
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
The text was updated successfully, but these errors were encountered: