Im trying to save a contact which works for most information but if I try to 
add an URL to the contact it just ignores the update without an error.

For example:

```
contact.urls.push(new ContactField("SomeValue", "http://www.example.com";))
console.log(contact)
let result = await contact.save()
console.log(result)
```

Print before save():
` ... "urls":[{"type":"SomeValue","value":"http://www.example.com"}] ... `
After contact.save():
` ... "urls":null ...`

Any idea why my input is ignored?

[ Full content available at: 
https://github.com/apache/cordova-plugin-contacts/issues/174 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to