You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2014/05/28 00:50:02 UTC

[jira] [Resolved] (CB-6485) Add pickContact functionality to cordova contacts plugin

     [ https://issues.apache.org/jira/browse/CB-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-6485.
---------------------------------

    Resolution: Fixed

> Add pickContact functionality to cordova contacts plugin
> --------------------------------------------------------
>
>                 Key: CB-6485
>                 URL: https://issues.apache.org/jira/browse/CB-6485
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Contacts
>            Reporter: Vladimir Kotikov
>              Labels: contacts
>
> The PR listed below adds WP8, Windows 8, Android, FireOS and iOS support for this feature.
> It would be great to have a `pickContact` method that launches the Contact Picker, that allow user to choose single or multiple contacts from device's address book.
> Contact picker should have UI, native to each platform
> Sample usage: 
> {noformat}
> navigator.contacts.pickContact(function(contact){
>         console.log('The following contact has been selected:' + JSON.stringify(contact));
>     },function(err){
>         console.log('Error: ' + err);
>     });
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)