ContactPicker
ContactPicker copied to clipboard
ContactPicker plugin for Cordova / PhoneGap
Trying to access my phone contacts using the predefined function of the plugin window.plugins.ContactPicker.chooseContact(function(contactInfo) { // no response received here in "contactInfo" });
Hi all, I used this plugin in my cordova application it's working fine with android, but i used this plugin to add contact details in Iphone than overlay is coming...
First of all: Thanks a lot for this plugin. It's the only one I know of that shows the native dialog when adding new contacts. My problem: The iOS version...
Hello Is it possible to show only contacts that have email?
hey! I can pick only one contact, If i want to pick multiple contacts, it that possible ?
I am trying to use the plugin in a phonegap app using phonegap build. I have referenced the plugin in my config.xml as : When I try to reference contactInfo.phones...
if contact has more than 1 phone number with same type (f.e. mobile), only first one will be selected. This is probably because of this: JSONObject phones = new JSONObject();...
Hi! Thank's for the plugin. What's the best way to extend it? I need to get contact's photos for instance.
Thanks ! But address, home, work, mobile numbers are not working