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:22:46 UTC

[jira] [Commented] (CB-9174) contact's photo attribute not work in wp8

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

Colin Bau commented on CB-9174:
-------------------------------

is there any response or ...?
is ut because wp8 not ready support the "outside" address ?

> contact's photo attribute not work in wp8
> -----------------------------------------
>
>                 Key: CB-9174
>                 URL: https://issues.apache.org/jira/browse/CB-9174
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Contacts, WP8
>         Environment: winphone 8.1 with contact plugin 1.0.0
>            Reporter: Colin Bau
>
> this is my full code
> =====
> var contact = navigator.contacts.create();
> contact.nickname = 'nick';
> var photos = [];
> photos[0] = new ContactField('url', 'https://www.google.com.tw/images/srpr/logo11w.png' + updatewords, false);
> contact.photos = photos;
> contact.save(onSuccess, onError);
> =====
> the data will insert success
> but the photo information will only appear in android and iOS,wp8 got the null value 



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