cordova-plugin-app-launcher icon indicating copy to clipboard operation
cordova-plugin-app-launcher copied to clipboard

How to get data back from the opened app?

Open Avijeetmishra opened this issue 6 years ago • 1 comments

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!!

Avijeetmishra avatar Oct 13 '17 20:10 Avijeetmishra

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!!

RamiAlmofleh avatar Dec 21 '17 11:12 RamiAlmofleh