Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
-
None
Description
This issue touches pickContact method on Android devices. Simple call
navigator.contacts.pickContact(function (contact) { if (contact.id == -1) { return false; } alert(contact.name.formatted); });
return wrong contact.name.formatted value. For instance if I select Mom contact I would get Maria's contact object.
This bug affects Android versions 4.3 (Samsung Galaxy S3) and 4.4.3 (Nexus 4) I haven't tested on other devices.