If I set "ListView.hasUnevenRows = True", then listview's row height should be based on its item content. This is working in Android and iOS(in almost all the devices).
But in iPhone 12 (14.5), this property is not working which means row height is not set based on the item content.
Has anyone faced this before? I should asked this in Xamarin official forum but before that I just want to confirm whether any workaround is there or I have missed anything here
I did a test on my side and it works fine, as you can see below,:
xmal:
codebehind:
and here is a sample link you can test on your side: https://github.com/xamarin/xamarin-forms-samples/tree/main/WorkingWithListview/WorkingWithListview/Uneven