CarouselView Navigation Behavior Changed After MAUI Essentials 8.0.83 Update
Hello MAUI Community,
I'm experiencing an unexpected change in CarouselView navigation behavior after updating to .NET MAUI Essentials version 8.0.83.
Previous Behavior (Before Update):
- When clicking an indicator dot, the CarouselView would directly navigate to the specific page as it should be.
Current Behavior (After Update):
- Clicking an indicator dot now causes the CarouselView to navigate through intermediate pages sequentially, instead of jumping directly to the selected page.
Environment Details:
- .NET MAUI Version: 8.0.83
- Platforms Tested: [ iOS ]
- .NET SDK Version: [ 8.0.300 ]
==============================================
Installed Workload Id Manifest Version Installation Source
ios 18.0.8316/8.0.100 SDK 8.0.300
MAUI 8.0.83/8.0.100 SDK 8.0.300
Workload version: 8.0.300-manifests.22517898
==============================================
Reproduction Steps:
- Create a basic CarouselView with IndicatorView
- Attempt to navigate by clicking indicator dots
- Observe the navigation behavior
Questions:
- Is this a known change in navigation behavior?
- Are there any configuration options to restore direct page navigation?
- Is this intentional or a potential bug?
I would greatly appreciate any insights or guidance on this matter.
Thank you for your help!