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/08/31 04:17:46 UTC

[jira] [Resolved] (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:all-tabpanel ]

Colin Bau resolved CB-7789.
---------------------------
    Resolution: Fixed

resolved in 1.1.0

> "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, WP8
>    Affects Versions: 3.7.0, 3.6.3
>         Environment: winphone 8.1
>            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
> PS
> if let the filter have a value such like options.filter = "abc";
> it will normal again



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