Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
After inspecting the code for the android version of the plugin, I found out, that for some reason the coders decided to return
{ ..., type: "custom", ... }for contact details with custom labels. But the iOS Version returns the actual custom label as type.
Example:
iOS:
{ name: [ ... ], phoneNumbers: [{ id: 1337, type: "My super fancy label", value: "+41 45654 214654" }] }
Android:
{ name: [ ... ], phoneNumbers: [{ id: 1337, type: "custom", // WHAT THE HECK? value: "+41 45654 214654" }] }
This behaviour is not exclusive to phoneNumbers. It's the same for all ContactDetails.
Attachments
Issue Links
- links to