Description
Description
When a label has a padding assigned, it does not display the complete text on IOS. Without padding, it displays the text properly to its full extend.
Steps to Reproduce
- Create a new .NET Maui solution.
- Change the default page to contain a label with padding and a text that is long enough to need to be wrapped into more than a single line.
- Remove / add padding to see the issue.
Link to public reproduction project repository
https://github.com/ollex/maui-label-issue
Version with bug
9.0.14 SR1.4
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
No response
Affected platforms
iOS
Affected platform versions
IOS 15 and up
Did you find any workaround?
A workaround is to wrap the label into for example a ContentView with Padding and leave the label's padding at zero.