-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[iOS] ScrollView inside a nested RadSideDrawer incorrect layout #6674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Setting the Seems to be related to issue #6788 This |
@erjdriver I'm investigating the action bar flat mode and it doesn't seem that this issue is connected to it. There is no action bar at play here. |
This problem is still there with 5.3. The problem is a page with a ScrollView with a child is offset from the top by 50px or so (top-margin). The page also has nativescript-ui-sidedrawer Doesn't happen first time - but if you navigate away and back again - it does. Only ios. More info in issue ProgressNS/nativescript-ui-feedback#1001 test #1: i commented out the ActionBar and the problem is not there. |
Uh oh!
There was an error while loading. Please reload this page.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
On iPhone X family (the ones with the notch) having a
ScrollView
as direct child of nestedRadSideDrawer
mainContent
breaks the layout. The first element in theScrollView
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.
The text was updated successfully, but these errors were encountered: