dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

Carousel view selection and scrolling is not working perfectly in any platform. #11748

Open SVRagul opened 1 year ago

SVRagul commented 1 year ago

Description

Carousel view selection and scrolling is not working perfectly as mentioned in below link.

https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/carouselview/?view=net-maui-7.0

Sample: https://learn.microsoft.com/en-us/samples/dotnet/maui-samples/userinterface-carouselview

Note: I have tested in Android and UWP.

Steps to Reproduce

  1. Run the sample.
  2. Open the selection sample.
  3. selection will not be updated properly.

Link to public reproduction project repository

https://learn.microsoft.com/en-us/samples/dotnet/maui-samples/userinterface-carouselview

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android, Windows, I was not able test on other platforms

Affected platform versions

Android 12

Did you find any workaround?

No

Relevant log output

No response

EdwardMcFlurry commented 1 year ago

Particularly on iOS 14 and .NET 7 whereas it was working perfectly in .NET 6 and iOS 13

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

jinxinjuan commented 1 year ago

Verified this issue with Visual Studio 17.7.0 Preview 1.0. Can repro on Windows and Android platform with sample project. CollectionViewDemos