Environment
Describe the bug
On iOS, after open a third party app from the app (contacts, camera, ...), the GridLayout at the root (in `app.component.html) letting 2 children overlap each other.
To Reproduce
On iOS, App has a nav bar at the bottom.
<!-- app.component.html -->
<GridLayout class="page" rows="*, auto">
<StackLayout row="0">
<page-router-outlet></page-router-outlet>
</StackLayout>
<StackLayout row="1">
<navbar></navbar>
</StackLayout>
</GridLayout>
In a page with a full page list:

=> The last item is partly overlapped by the nav bar.
Expected behavior

Sample project
https://github.com/tr1et/nativescript-bug-break-layout
Additional context
โ Your ANDROID_HOME environment variable is set and points to correct directory.
โ Your adb from the Android SDK is correctly installed.
โ The Android SDK is installed.
โ A compatible Android SDK for compilation is found.
โ Javac is installed and is configured properly.
โ The Java Development Kit (JDK) is installed and is configured properly.
โ Xcode is installed and is configured properly.
โ xcodeproj is installed and is configured properly.
โ CocoaPods are installed.
โ CocoaPods update is not required.
โ CocoaPods are configured properly.
โ Your current CocoaPods version is newer than 1.0.0.
โ Python installed and configured correctly.
โ The Python 'six' package is found.
โ Xcode version 10.3.0 satisfies minimum required version 10.
โ Getting NativeScript components versions information...
โ Component nativescript has 6.1.2 version and is up to date.
โ Component tns-core-modules has 6.1.2 version and is up to date.
โ Component tns-android has 6.1.2 version and is up to date.
โ Update available for component tns-ios. Your current version is 6.1.0 and the latest available version is 6.1.1.
Hi @tr1et,
I was able to recreate the problem within a non-Angular project on iOS 12 simulator. I will mark this as a bug and we will investigate it further. I am also attaching my test project as a reference.
Archive.zip
Most helpful comment
Hi @tr1et,
I was able to recreate the problem within a non-Angular project on iOS 12 simulator. I will mark this as a bug and we will investigate it further. I am also attaching my test project as a reference.
Archive.zip