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/06/07 16:14:00 UTC

[jira] [Updated] (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 updated CB-7789:
--------------------------
    Environment: 
phonegap 3.6.3 with all latest plugin
ios 8.02
winphone 8.1
Android 4.42
all real machine

contact plugin 1.0.0 version

  was:
phonegap 3.6.3 with all latest plugin
ios 8.02
winphone 8.1
Android 4.42
all real machine


> "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
> contact plugin 1.0.0 version
>            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