we are building an angular application, which we will embed in an existing IOS and android application as a webview. I want to create a communication between angular application and native application.
Eg: On certain events like download, angular UI should send some data to native apps to use default app behavior like that ..
From the basic search i found that it can be done by using javascript.
I want to know the best approach to do this(Architecture level), ie communication between angular UI and Native apps.