79342350

Date: 2025-01-09 11:08:36
Score: 1
Natty:
Report link

Wrapping the ListView in a Grid fixes the issue on iOS for me

<Grid RowDefinitions="Auto,*">
    <ListView 
        Grid.Row="0" />
</Grid>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Callum