I am having problems creating a Cordova plugin to establish a communication between a native application and a web view.
Facebook Messenger SDK was released for Android and iOS, which I can use to share content and so on. The hardest part is probably going to be triggering these methods from JavaScript.
Has anyone done this or can help me get this done? I would be really grateful.
Is there an easier way to communicate without using Cordova at all? For example, listening to URLSchemes or something?