Interacting with other app

is nsbasic/studio app able to interact with other app in same device. For example, call app which written in android studio

Thanks
Teo

I found these:

cordova-plugin-intent - npm

http://phonegap-plugins.com/plugins/ibcomputing/phonegapbuildreceivesendintents

Hth

JamesF

Sent from my BlackBerry

JamesF answer is good for PhoneGap apps.

If you are running as a web app, it depends on whether the other app you want to interact with has an Intent defined for it. For example, the Mail app can be opened using “mailto://”.