nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

How to get data back from the opened app? #20

Open Avijeetmishra opened 6 years ago

Avijeetmishra commented 6 years ago

Thanks for this wonderfuI plugin!!. I am able to navigate to and fro between two apps flawlessly but how to get the data from one app to another.

In the provided mx player example ,json.extras has lots of attributes(end_by, position,duration) coming from mxplayer but how could I send these attributes from mxplayer. I want to achieve same functionality with my app A which is calling app B. But how to get data back from app B to app A.

Any help would be really appreciated!! Thanks!!

RamiAlmofleh commented 6 years ago

I have the same Problem. A App can open B App, but i want to start a function in B App when it opened (alert, console, ...);

Any help would be really appreciated!! Thanks!!