Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18157] Android: Not able to add jobTitle field in Contacts (Issue only in android)

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsTiAPI
Labelsandoid, contacts, titanium
ReporterKrishnadas
AssigneeUnknown
Created2014-12-09T05:45:34.000+0000
Updated2018-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

FileDateSize
Screen Shot 2014-12-09 at 11.19.59 am.png2014-12-09T05:52:54.000+000033379

Comments

  1. Krishnadas 2014-12-09

    Here organisation added correctly.But jobTitle field become null.

JSON Source