Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET MAUI sample status progress #1

Open
jsuarezruiz opened this issue Feb 1, 2023 · 4 comments
Open

.NET MAUI sample status progress #1

jsuarezruiz opened this issue Feb 1, 2023 · 4 comments

Comments

@Stedy59
Copy link

Stedy59 commented Feb 3, 2023

Don't forget this one...
[WinUI] CarouselView "Scrolled" event never fires dotnet/maui#12725

@Stedy59
Copy link

Stedy59 commented Feb 3, 2023

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

@Mous625
Copy link

Mous625 commented Mar 8, 2023

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

@jsuarezruiz
Copy link
Owner Author

jsuarezruiz commented Sep 21, 2023

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: dotnet/maui#17547

The Windows CarouselView issues persist on .NET 8.

New created issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants