Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 5.0.3
- Cross-platform modules: 5.0.5
- iOS Runtime: 5.0.0
- Plugin(s): nativescript-ui-sidedrawer: 5.0.0
Describe the bug
On iPhone X family (the ones with the notch) having a ScrollView as direct child of nested RadSideDrawer mainContent breaks the layout. The first element in the ScrollView is offset from the top incorrectly.
Sample project
https://play.nativescript.org/?template=play-tsc&id=P8f1mc&v=2
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
On iPhone X family (the ones with the notch) having a
ScrollViewas direct child of nestedRadSideDrawermainContentbreaks the layout. The first element in theScrollViewis offset from the top incorrectly.Sample project
https://play.nativescript.org/?template=play-tsc&id=P8f1mc&v=2
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.