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

ASF GitHub Bot commented on CB-9348:
------------------------------------

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.


> Unable to get linked contact's phone number, while using pickContact
> --------------------------------------------------------------------
>
>                 Key: CB-9348
>                 URL: https://issues.apache.org/jira/browse/CB-9348
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Contacts
>    Affects Versions: 1.1.0
>            Reporter: Dipanjan Chakraborty
>            Assignee: Vladimir Kotikov
>              Labels: linked-contacts, reproduced, triaged
>
> using cordova v5.1.1 and contacts plugin v1.1.0
> we are unable to fetch the mobile numbers from the phonebook especially if 
> there are contacts linked.
> example:
> the main contact is 
> Name: John Doe 
> mobile: 9999999999
> the linked G+ contact is 
> Name J.Doe
> mobile: 8888888888
> When fetching the contact using pickContact , it does not fetch either phone 
> numbers. however, the name of the secondary (J.Doe) is fetched .
> Appreciate any help on this issue.
> Thanks in advance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to