Hi guys,
I've added ContactsPlugin as a dependency in my mobile Espace. I have tried configuring a few triggers:
all events tied to a screen action that called PickContact and then when that didn't work I implemented the suggested CheckContactsPlugin conditional. Absolutely nothing fired.
I already have a Cordova plugin enabled in my extensibility configuration (inappbrowser):
"plugin": { "url": "https://github.com/OutSystems/cordova-plugin-inappbrowser.git" }
Does this plugin also need to be added to the extensibility config? If so; what's the git url?
I am a dunderhead. Needed to uninstall the mobile app, generate a new one and install it again for the plugin to be included. Great work guys!