Github user vladimir-kotikov commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-contacts/pull/88#discussion_r46394555
--- Diff: README.md ---
@@ -217,6 +217,10 @@ function specified by the __contactSuccess__ parameter.
- Windows 8
- Windows
+### iOS Quirks
+
+- On iOS, contact object, passed to `contactSuccess` will also contain
some properties, such as `phoneNumbers`, `emails` and `ims`, fetched from
contacts, linked to one, which was picked by user. However these fields from
linked contacts won't be saved to device's address book. This is made
intentionally to prevent creating lots of fields duplicates in both unified and
linked contact.
+
--- End diff --
The change fixes the behaviour of `pickContact` so it's reasonable to put
this into iOS quirks for `pickContact`. However this possibly might affect the
code that dealing with `save`, so IMO it is convenient to emphasise this there
as well, so the end user won't need to search for this through the whole doc.
if you think that one of these sections is excess, i'll remove that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]