FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[iOS] ListView does not span under home indicator of iPhone X · Issue #5765 · NativeScript/NativeScript · GitHub

[iOS] ListView does not span under home indicator of iPhone X #5765

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL