Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2655] Ti.Contacts.showContacts doesn't return firstName and lastName

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2013-04-05T06:35:17.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsaddressbook, android, contacts
ReporterHans Joachim
AssigneeMauro Parra-Miranda
Created2012-12-11T15:28:32.000+0000
Updated2016-03-08T07:41:45.000+0000

Description

The object contact returned to the callback-function
Ti.Contacts.showContacts({
  selectedPerson : function(contact) {
    // code
  }
});
has an undefined property firstName and lastName, despite being set in the addressbock. Instead, only the property fullName is set.

Comments

  1. Daniel Sefton 2013-04-05

    Hi Hans, Please can you provide a complete reproducible test case for this? Just something simple we can drop into an app.js and run. And if you can, perhaps clarify if it's still occurring with 3.0.2 GA. Thanks!

JSON Source