devanathan-vaithiyanathan
devanathan-vaithiyanathan
### Description When saving an image in iOS platform, we've observed a significant increase in the file size compared to the original image. For instance, an image with an initial...
### Root cause The issue occurred because .NET MAUI's Brush class does not support color names with the British spelling "Grey" (e.g., Grey, DimGrey, SlateGrey). Instead, it only recognizes the...
### Root Cause In Image Android Handler, set true for SetAdjustViewBounds(), when you enable view bounds adjustment, the ImageView will automatically resize to maintain the image's aspect ratio. ### Description...
### Root Cause The text was initially loaded with CharacterSpacing and then mapped as AttributedText for the native UITextView text. However, when characters were dynamically added in the editor field,...
### Root Cause The flickering during navigation occurred because, when performing PopAsync, the removed page’s handlers were set to null. This caused flickering as the navigation was processed. ### Description...
### Description of Change Currently, we can only change the track color for the switch in the "on" state. Support for changing the track color in the "off" state has...
### Root cause - On Windows, the TableSelection and TableRoot title properties were converted to lowercase using a converter. - On iOS 14.0 and later, the table selection text logic...
### Root cause When the Stepper value is updated dynamically, the current increment value is not correctly passed to the PlatformView. This issue occurs because the Interval property, which controls...
### Root cause The issue occurs because the border color of the Entry, Editor, Picker, TimePicker and DatePicker control in Android does not automatically update when switching between light and...
> [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this...