[ 
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)

Reply via email to