GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.0.0, Release 8.1.0, Release 8.2.0, Release 8.3.0 |
Fix Version/s | n/a |
Components | Android |
Labels | android, engSchedule, regression, tableviewrow, title |
Reporter | Sohail Saddique |
Assignee | Yordan Banev |
Created | 2019-11-27T12:34:26.000+0000 |
Updated | 2020-02-17T12:03:02.000+0000 |
Using a TableViewRow consisting of a Title *and* Label, the title of the row does not display at all.
*Test Steps*
1. Create a new classic app
2. Download app.js from here and copy-paste the contents into the empty app.js file
3. Run the app on iOS and Android (any recent SDK version)
*Actual Result*
Observe the differences in *Table 3 with Title and Label*. You can see that the *State* field appears correctly on iOS. However, it is missing in all of the cells on Android.
*Expected Result*
The *State* field should appear on Android. View the attached screenshot for reference
No comments