[TIMOB-20466] Android: TableViewRow title fails to display on android
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2019-08-26T21:35:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android |
Reporter | Michael Stelly |
Assignee | Unknown |
Created | 2016-02-25T18:22:27.000+0000 |
Updated | 2019-08-26T21:35:54.000+0000 |
Description
The assigned value for tableViewRow.title property, in this case a date string, displays correctly in ios simulator and device. It does not display at all in android emulator or device. Run the files attached to this ticket in a test app to demonstrate this bug.
Attachments
I added the following code as a workaround in the *detailsArray* loop. Nonetheless, title property display should be fixed.
Unable to reproduce on 8.1.0.GA SDK.