Skip to content

Weird appearance on IOS #66

Description

@ederjbezerra

I'm comparing Android and iOS(14.4.2 Iphone 8 plus) layout side by side, and here is how they look:

image

image

The funniest thing is that when I turn the phone to horizontal, it fix the problem, then when I turn back to vertical again, it keep the layout problem fixed! How can I solve this? I'm using the simplest code sample that I found on github docs:

<StackLayout>
        <xcViews:CalendarView
            x:Name="CalendarViewElement" 
         Days="{Binding Calendar.Days}"
        DaysOfWeek="{Binding Calendar.DayNamesOrder}"
        NavigatedDate="{Binding Calendar.NavigatedDate}"
         DayNameHorizontalSpacing="1"
        />
</StackLayout>

UPDATE

Simulating on iphone 13(ios 15)

At first moment:

Captura de Tela 2022-09-09 às 18 49 31

After turn to horizontal:

Captura de Tela 2022-09-09 às 18 49 41

Back again to vertical:

Captura de Tela 2022-09-09 às 18 49 57

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-authorAwaiting a respose from the authorbugSomething isn't workingios

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions