Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4991C178B7 for ; Wed, 25 Mar 2015 19:16:59 +0000 (UTC) Received: (qmail 64208 invoked by uid 500); 25 Mar 2015 19:16:54 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 64187 invoked by uid 500); 25 Mar 2015 19:16:54 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 64144 invoked by uid 99); 25 Mar 2015 19:16:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2015 19:16:54 +0000 Date: Wed, 25 Mar 2015 19:16:54 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-6485) Add pickContact functionality to cordova contacts plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-6485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Kotikov closed CB-6485. -------------------------------- > 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.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org