TJ Lambert
TJ Lambert
## Description of Change This PR is a continuation of this previous PR: #21759. The past PR was rolled-back because it contained an infinite loop in certain circumstances when the...
### Description The current way we layout our buttons on iOS uses titleEdgeInsets, imageEdgeInsets, and contentEdgeInsets. However, these were deprecated on iOS 15. This is a work item to log...
### Type of issue Missing information ### Description There is some discrepancy between the platforms when it comes to SemanticProperties.Description and our suggestions. It appears that to use Voice Control...
### Description When you have a large Editor with the VerticalTextAlignment set to Center or End on iOS, both the keyboard scrolling inside KeyboardAutoManagerScroll and the MauiTextView.ShouldCenterVertically are working at...
### Description This one requires a large-scale change of using UIButton.Configuration API or MAUI Content Buttons in the future (I'm pretty sure) Please see the video explanation below on why...
### Description On iOS, there are situations where the text and/or image are off-center when the image is on the top or bottom of the button. I believe this happens...
### Description When the button is resized and the title and image need to be translated, there is a little flicker animation going on. For example, if you apply the...
This PR fixes an null reference issue that occurs when an button has its image set by UIButton.SetImage. Instead of using the Button.ImageSource.ToString() to see if the image has changed...