[AC-2655] Ti.Contacts.showContacts doesn't return firstName and lastName
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-04-05T06:35:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | addressbook, android, contacts |
Reporter | Hans Joachim |
Assignee | Mauro Parra-Miranda |
Created | 2012-12-11T15:28:32.000+0000 |
Updated | 2016-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.
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!