24
Views
1
Comments
[Contacts Plugin] trying to use PickContact action but nothing happens
Question
contacts-plugin
Mobile icon
Forge asset by OutSystems

Hi guys,

I've added ContactsPlugin as a dependency in my mobile Espace.  I have tried configuring a few triggers:

  1. tried on click of a phone input field
  2. tried on focus of the same input field
  3. tried click and focus of the same input field with active = false
  4. tried click event on the label instead

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? 

2020-03-17 03-08-19
Steve Bramley

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!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.