Tell us about the problem
Here are ListView cases based on the template-master-detail-ts.
Which platform(s) does your issue occur on?
iOS
Please tell us how to recreate the issue in as much detail as possible.
Quick start:
tns create my-master-detail-ts --template tns-template-master-detail-ts
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
<Page class="page" navigatingTo="onNavigatingTo" navigatingFrom="onNavigatingFrom"
xmlns:lv="nativescript-ui-listview"
xmlns="http://schemas.nativescript.org/tns.xsd">
<!-- backgroundColor="green" -->
<!-- scrollableContent="true" -->
Screenshots
master-detail-list-view-landscape-current

Expected: ListView should span under the home indicator and ListView background should stretch.
master-detail-list-view-landscape-current-scrollable-content

Expected: ListView should span under the home indicator, ListView background should stretch and ListView should have proper offset.
master-detail-list-view-portrait-current

Expected: ListView should span under the home indicator.
master-detail-list-view-portrait-current-scrollable-content

Expected: ListView should span under the home indicator and ListView should have proper offset.
Reactions are currently unavailable
Tell us about the problem
Here are ListView cases based on the template-master-detail-ts.
Which platform(s) does your issue occur on?
iOS
Please tell us how to recreate the issue in as much detail as possible.
Quick start:
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Screenshots
master-detail-list-view-landscape-current

Expected: ListView should span under the home indicator and ListView background should stretch.
master-detail-list-view-landscape-current-scrollable-content

Expected: ListView should span under the home indicator, ListView background should stretch and ListView should have proper offset.
master-detail-list-view-portrait-current

Expected: ListView should span under the home indicator.
master-detail-list-view-portrait-current-scrollable-content

Expected: ListView should span under the home indicator and ListView should have proper offset.