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 EFD0A183BD for ; Thu, 19 Nov 2015 10:08:11 +0000 (UTC) Received: (qmail 14851 invoked by uid 500); 19 Nov 2015 10:08:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 14810 invoked by uid 500); 19 Nov 2015 10:08:11 -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 14490 invoked by uid 99); 19 Nov 2015 10:08:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 10:08:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 15AF12C1F6B for ; Thu, 19 Nov 2015 10:08:11 +0000 (UTC) Date: Thu, 19 Nov 2015 10:08:11 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-8172) 0.2.16-dev: navigator.contacts.find doesn't execute neither success nor error callback. 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-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Kotikov closed CB-8172. -------------------------------- Resolution: Cannot Reproduce Assignee: Vladimir Kotikov Can't reproduce this using latest plugin version on Android 6.0 emulator. [~meshkov] could you please confirm if you still see this problem. If so, feel free to reopen this bug. Also it'd be great to have a bit more details here regarding cordova and android versions. > 0.2.16-dev: navigator.contacts.find doesn't execute neither success nor error callback. > --------------------------------------------------------------------------------------- > > Key: CB-8172 > URL: https://issues.apache.org/jira/browse/CB-8172 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Contacts > Affects Versions: 0.2.16 > Reporter: Meshkov Alex > Assignee: Vladimir Kotikov > Labels: Android, triaged > > Hi! I have the following code: > {code:javascript} > var options = new ContactFindOptions(); > options.desiredFields = [navigator.contacts.fieldType.id, navigator.contacts.fieldType.phoneNumbers]; > var fields = [ > navigator.contacts.fieldType.phoneNumbers > ]; > options.multiple = true; > navigator.contacts.find(fields, function (contacts) { > alert('ok'); > }, function (error) { > alert(error); > }, options); > {code} > Neither success nor error callbacks are executed. > This happens only with 0.2.16-dev version of the plugin. The 0.2.15 version is ok for me. I tested it on Android platform. -- 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