There is an issue with properly sizing the text in the Label while using FlexboxLayout in ListView.
This issue is reproducible while reloading the data in the ListView only on iOS.
<ListView.itemTemplate>
<StackLayout orientation="horizontal" width="100%" >
<FlexboxLayout flexWrap="wrap" >
<Label fontSize="20" textWrap="true" text="{{itemName}}"
margin="0 0 0 0"
/>
<Label fontSize="20" textWrap="true" text="{{itemDescription}} "
margin="0 10 0 5"
/>
</FlexboxLayout>
</StackLayout>
</ListView.itemTemplate>
Archive.zip

Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 3.4.0
- Cross-platform modules: 3.4.0
- Runtime(s):3.4.0
Reactions are currently unavailable
There is an issue with properly sizing the text in the Label while using FlexboxLayout in ListView.
This issue is reproducible while reloading the data in the ListView only on iOS.
<ListView.itemTemplate> <StackLayout orientation="horizontal" width="100%" > <FlexboxLayout flexWrap="wrap" > <Label fontSize="20" textWrap="true" text="{{itemName}}" margin="0 0 0 0" /> <Label fontSize="20" textWrap="true" text="{{itemDescription}} " margin="0 10 0 5" /> </FlexboxLayout> </StackLayout> </ListView.itemTemplate>Archive.zip

Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with: