netmaui-surfing-app-challenge icon indicating copy to clipboard operation
netmaui-surfing-app-challenge copied to clipboard

.NET MAUI sample status progress

Open jsuarezruiz opened this issue 3 years ago • 1 comments

Issues found during this challenge:

  • https://github.com/dotnet/maui/issues/9484
  • https://github.com/dotnet/maui/issues/9485
  • https://github.com/dotnet/maui/issues/10479
  • https://github.com/dotnet/maui/issues/10478

jsuarezruiz avatar Aug 17 '22 08:08 jsuarezruiz

More tests using the latest .NET 7 and .NET 8 versions.

.NET 7 Performance problems scrolling the list. image

.NET 8

Image inside border misaligned on Android. image Path inside Border is not rendering on Android. image CollectionView performance in .NET 8 is better than in .NET 7 although scrolling still slows down in complex cases like this. We have to continue improving. cv-perf

On Windows, there are some issues with positions and sizes. The horizontal CollectionView items have a wrong width. In the vertical CollectionView the first item have a wrong width. image On Windows the Border image is clipped incorrectly.

Next a screenshot from .NET 7 SR8: image

New issues created:

  • https://github.com/dotnet/maui/issues/17571
  • https://github.com/dotnet/maui/issues/17573
  • https://github.com/dotnet/maui/issues/17574

jsuarezruiz avatar Sep 22 '23 07:09 jsuarezruiz