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

CarouselView with CarouselViewHandler2 on iOS, rotate the device and the previous page is selected and cannot scroll back earlier #26833

Open
JohnHDev opened this issue Dec 26, 2024 · 3 comments
Labels
s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working

Comments

@JohnHDev
Copy link

Description

When rotating iOS simulator to landscape the previous page in the list is selected.

Steps to Reproduce

Create a .NET 9 Maui app, add a CarouselView and select the CarouselViewHandler2
Have 3 ItemsSource
Have a DateTemplate

Run

Rotate the iPhone sim
The previous page (could be the last in the list as they loop) is selected, and cscrolling earlier does not work. User can swipe forward and then back to finally navigate earlier.

Link to public reproduction project repository

No response

Version with bug

9.0.21 SR2.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

Haven't found one

Relevant log output

@JohnHDev JohnHDev added the t/bug Something isn't working label Dec 26, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@ninachen03
Copy link

Could you provide a sample project for us to investigate it further?
Looking forward to your reply!

@kubaflo kubaflo added the s/needs-repro Attach a solution or code which reproduces the issue label Dec 27, 2024
Copy link
Contributor

Hi @JohnHDev. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s/needs-repro Attach a solution or code which reproduces the issue t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants