[TIMOB-18157] Android: Not able to add jobTitle field in Contacts (Issue only in android)
| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | TiAPI |
| Labels | andoid, contacts, titanium |
| Reporter | Krishnadas |
| Assignee | Unknown |
| Created | 2014-12-09T05:45:34.000+0000 |
| Updated | 2018-02-28T19:55:25.000+0000 |
Description
I am not able to add JobTitle field in Android contacts.It working fine in IOS.
Here is the testing code.
Ti.Contacts.createPerson({
firstName:'ABC',
lastName:'DEF',
organization :'Appcelerator',
jobTitle : 'Developer',
});
$.index.open();
Attachments
Here organisation added correctly.But jobTitle field become null.