devanathan-vaithiyanathan

Results 17 issues of 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...

t/bug
platform/iOS 🍎
s/needs-info

### 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...

community ✨

### 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...

platform/android 🤖
area-image
community ✨

### 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,...

platform/iOS 🍎
community ✨
area-controls-editor

### 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...

community ✨

### 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...

platform/windows 🪟
platform/android 🤖
platform/iOS 🍎
community ✨

### 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...

platform/windows 🪟
platform/iOS 🍎
community ✨
area-controls-listview

### 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...

community ✨
area-controls-stepper

### 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...

community ✨
area-controls-entry

> [!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...

area-controls-collectionview
community ✨
partner/syncfusion