Skip to content

background of text Monkey data is black on MacCatalyst #129

@judismith

Description

@judismith

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions