Open osyyyS opened 9 months ago
I created a minimal repro here: https://github.com/K-O-Software-Solutions/maui-carousel-bug/ It contains a README with the steps to reproduce and a video exposing the issue.
Has anyone found any good workarounds for this issue?
@joshayoung Unfortunately not.
This issue has been verified using Visual Studio 17.11.0 Preview 6.0(8.0.3 & 8.0.61). Can repro on Android platform.
Having same problem
I ran into the same issue, are there any updates/workarounds?
Description
In my .NET MAUI application, I am experiencing an issue with the CarouselView when it contains Entries with HorizontalTextAlignment set to Center or End (works fine on Start) are focused, while not being on the first Page. It snaps back to the first page of the CarouselView as shown in these Videos:
HorizontalTextAlignment="End":
https://github.com/dotnet/maui/assets/78726017/07f42daf-0046-4733-b92c-78a96fb160c2
HorizontalTextAlignment="Center":
https://github.com/dotnet/maui/assets/78726017/bae0d2de-1f22-4a7e-9911-44bc4b2afc6a
HorizontalTextAlignment="Start" (expected behaviour):
https://github.com/dotnet/maui/assets/78726017/bba9cd1d-6e60-41f7-900d-a198efa2bf7e
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 13.0 - API 33 (Emulator), Android 13.0 - API 33 (Local Device),
Did you find any workaround?
No response
Relevant log output
No response