Skip to content

Problem with iOS resizing when there is an activity running in background (active call, hotspot, etc.) #659

@PeterStaev

Description

@PeterStaev

There seems to be a problem when there is an activity running in the background and when the statusbar is higher than usual (like when you have an active call):

Loading screen (with active call):
img_1340

Loading screen (without active call):
img_1343

Simple grid layout (with active call):
img_1341

Simple grid layout (without active call):
img_1342

Here is the XML for the grid layout page:

<Page xmlns="http://www.nativescript.org/tns.xsd">
  <Page.actionBar>
    <ActionBar title="TEST"/>
  </Page.actionBar>

  <GridLayout rows="auto, *, 30">
    <Label row="0" text="TOP" fontSize="20"/>
    <ListView row="1"></ListView>
    <Label row="2" text="BOTTOM" fontSize="20"/>
  </GridLayout>
</Page>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions