[
https://issues.apache.org/jira/browse/CB-7789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612216#comment-14612216
]
Colin Bau commented on CB-7789:
-------------------------------
is there any response or ...?
> "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: [email protected]
For additional commands, e-mail: [email protected]