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 new to ionic. Using Ionic to build an android app where I need to receive data from applications like inshorts etc and prefill a form based on the data received.
I understood that I need to declare a receive action inside the intent filter section of AndroidManiftest.xml
and handle the intent in one of the ts files to load a particular component and prefill the form with the received intent data.
But I unable to start or not sure how to go about it.
Can you help me with some basic code.
I use Ionic with Angular.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi, please see https://github.com/darryncampbell/plugin-intent-api-exerciser for an example app (in Cordova) showing how to use this plugin. It is not possible to modify the app manifest with this plugin but you can invoke an app with an explicit intent or register to receive a broadcast Intent
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Darry,
I am new to ionic. Using Ionic to build an android app where I need to receive data from applications like inshorts etc and prefill a form based on the data received.
I understood that I need to declare a receive action inside the intent filter section of AndroidManiftest.xml
and handle the intent in one of the ts files to load a particular component and prefill the form with the received intent data.
But I unable to start or not sure how to go about it.
Can you help me with some basic code.
I use Ionic with Angular.
Thanks in advance
The text was updated successfully, but these errors were encountered: