-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix ios page background #1279
Fix ios page background #1279
Conversation
|
||
<layout:GridLayout x:Name="MyLayout" Margin="40" BackgroundColor="LightGreen"> | ||
<ScrollView Padding="{OnPlatform iOS='30,60,30,30', Default='30'}"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checked in our sample as the xamlapp so we can test it more easily
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better now that we can keep the page layers. Still a bit sketchy, but butter.
Description of Change
Set Page Background using
BackgroundColor
instead of layers