You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Colin Bau (JIRA)" <ji...@apache.org> on 2015/04/10 11:20:12 UTC

[jira] [Commented] (CB-7789) "navigator.contacts.find" will cause immediately shut down in wp8

    [ https://issues.apache.org/jira/browse/CB-7789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14489232#comment-14489232 ] 

Colin Bau commented on CB-7789:
-------------------------------

so...
what's wrong with this bug ?

> "navigator.contacts.find" will cause immediately shut down in wp8
> -----------------------------------------------------------------
>
>                 Key: CB-7789
>                 URL: https://issues.apache.org/jira/browse/CB-7789
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Contacts
>    Affects Versions: 3.7.0, 3.6.3
>         Environment: phonegap 3.6.3 with all latest plugin
> ios 8.02
> winphone 8.1
> Android 4.42
> all real machine
>            Reporter: Colin Bau
>              Labels: contacts
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> when I use these code
> var options = new ContactFindOptions();
> options.filter = "";
> options.multiple = true;
> var filter_emails = ["emails"]
> navigator.contacts.find(filter_emails, refresh_contact_success_email, null, options);
> function refresh_contact_success_email(contacts)
> {
> alert('success')
> }
> in android and ios are work perfect (it will trigger "alert")
> but in wp8,it will immediately shut down



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