Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9174

contact's photo attribute not work in wp8

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            bau720123 Colin Bau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: