How does cordova trigger objective-c native method. For example- When a user taps on submit button (html button), app needs to invoke native objective c function called 'dataSubmitted'.
- Does Cordova monitor webview navigation and based on URL tags call method internally?
- Is there any way JavaScript can interact with Obj-c native methods except monitoring webview navigations?