我正在尝试使用指向我本地图片http服务器的图片网址保存联系人。它可以保存没有照片的联系人并发出此错误。
error setting contact image: The operation couldn’t be completed. (Cocoa error 256.)
它还需要一段时间才能转到保存的onSuccess
。
partial object = {
...........
............
"photos" : [ {
"pref" : "false",
"value":"//xxx.xxx.xxx.xxx:yyyy/ImageServer/xxx/image.jpeg",
"type" : "url"
} ],
..........
..........
}
var contact = navigator.contacts.create(object);
contact.save(onSuccess, onError);
图像地址很好,我可以在桌面浏览器中看到它