Jakub Florkowski
Jakub Florkowski
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/24864 |Before|After| |--|--| ||| Android:
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/25256 |Before|After| |--|--| |||
### Description of Change I've observed that FontImageSource renders correctly and much faster when both the image's width and height are explicitly set via fixed WidthRequest and HeightRequest properties. This...
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/25398
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/25368 |Before|After| |--|--| |||
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/23014
### Description of Change When setting `IsGestureEnabled="False"` as the initial value, android ignored it. |Before|After| |--|--| ||| ### Issues Fixed Fixes https://github.com/dotnet/maui/issues/21240
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/25468 Fixes https://github.com/dotnet/maui/issues/11369 |Before|After| |--|--| |||
### Description https://github.com/user-attachments/assets/ecb2fd13-9f5c-4f13-96a6-2714f7314282 ### Steps to Reproduce ``` ``` ```c# public MainPage() { InitializeComponent(); var items = Enumerable.Range(1, 100).Select(i => i.ToString()).ToList(); CollectionView.ItemsSource = items; } ``` ### Link to public...
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/22570 Fixes https://github.com/dotnet/maui/issues/18193 Fixes https://github.com/dotnet/maui/issues/16568 |Before|After| |--|--| |||