Skip to content
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

background of text Monkey data is black on MacCatalyst #129

Open
judismith opened this issue Apr 26, 2024 · 2 comments
Open

background of text Monkey data is black on MacCatalyst #129

judismith opened this issue Apr 26, 2024 · 2 comments

Comments

@judismith
Copy link

When running the solution as presented, the background of the frame containing Monkey data text is black.

Fix:

<Grid Padding="0" ColumnDefinitions="125,*" BackgroundColor="White">
                               <Image Aspect="AspectFill"
                                      Source="{Binding Image}"
                                      HeightRequest="125"
                                      WidthRequest="125"
                                      Grid.Column="0"/>
                               <VerticalStackLayout Grid.Column="1"
                                                    Padding="10" VerticalOptions="Center">
                                   <Label   Text="{Binding Name}"
                                            Style="{StaticResource LargeLabel}"/>
                                   <Label Text="{Binding Location}" Style="{StaticResource MediumLabel}"/>
                               </VerticalStackLayout>
                                </Grid>
@jamesmontemagno
Copy link
Collaborator

Hmmmm been a while since I ran on maccatalyst, but do you have a screenshot?

@peterblazejewicz
Copy link

The OP added background property set to white, on Mac it does work for me without change, adding specific colour to background can impact text readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants