netmaui-movies-app-challenge
netmaui-movies-app-challenge copied to clipboard
.NET MAUI sample status progress
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
Don't forget this one... [WinUI] CarouselView "Scrolled" event never fires https://github.com/dotnet/maui/issues/12725
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
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.
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:
Resizing the Window can crash the App. The problem is in the CarouselView trying to center the current item:
But sometimes get a weird status (just launching the App or resizing the Window):
The UI thread and the memory consumption is extremely hight just resizing the Window:
.NET 8
Now the Border without a background set a black color on Android:
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