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

.NET MAUI sample status progress

Open jsuarezruiz opened this issue 2 years ago • 4 comments

Issues found during this challenge:

  • https://github.com/dotnet/maui/issues/10401
  • https://github.com/dotnet/maui/issues/13050
  • https://github.com/dotnet/maui/issues/13051
  • https://github.com/dotnet/maui/issues/13052
  • https://github.com/dotnet/maui/issues/13053
  • https://github.com/dotnet/maui/issues/13056
  • https://github.com/dotnet/maui/issues/13057
  • https://github.com/dotnet/maui/issues/13059
  • https://github.com/dotnet/maui/issues/13060
  • https://github.com/dotnet/maui/issues/13062
  • https://github.com/dotnet/maui/issues/13084

jsuarezruiz avatar Feb 01 '23 13:02 jsuarezruiz

Don't forget this one... [WinUI] CarouselView "Scrolled" event never fires https://github.com/dotnet/maui/issues/12725

Stedy59 avatar Feb 03 '23 17:02 Stedy59

Also, I have a "TabView" control that uses the CarouselView, works great on Android, but refuses to show the first item when running on Windows.

Here is a short video that show the problem... https://youtu.be/S_-Y2zZhuRs

Stedy59 avatar Feb 03 '23 17:02 Stedy59

Any news on when the Shadow.Radius on Android13 [API 33] (https://github.com/dotnet/maui/issues/10401) will be fixed? The issue still occurs on physical devices such as the Samsung galaxy ultra s22 with the latest updates.

Mous625 avatar Mar 08 '23 12:03 Mous625

New testing session trying .NET MAUI with .NET 7 SR8 and .NET 8 RC1.

.NET 7 The border clipping is incorrect using just a Label on Windows. Also a Horizontal CollectionView using VisualStates is not rendering: image Resizing the Window can crash the App. The problem is in the CarouselView trying to center the current item: image But sometimes get a weird status (just launching the App or resizing the Window): issue-cv-movies The UI thread and the memory consumption is extremely hight just resizing the Window: issue-cv-perf

.NET 8 Now the Border without a background set a black color on Android: image image Associated issue: https://github.com/dotnet/maui/issues/17547

The Windows CarouselView issues persist on .NET 8.

New created issues:

  • https://github.com/dotnet/maui/issues/17577
  • https://github.com/dotnet/maui/issues/17578

jsuarezruiz avatar Sep 21 '23 11:09 jsuarezruiz