Closed ryanalford-suzy closed 4 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
I can repro this issue at iOS platform on the latest 17.11.0 Preview 2.1(8.0.60).
Proximate cause? https://github.com/dotnet/maui/pull/22861
@RoiChen001 were you able to confirm if this works on 8.0.40 and regressed in later versions?
I've added a second branch in the sample repo that targets 8.0.40.
Make sure to delete bin/obj folders when switching maui versions.
@PureWeen Yes, it works fine at iOS platform on 17.11.0 Preview 2.1(8.0.40).
Description
On iOS, programmatically changing the
Position
of the CarouselView no longer works if you navigate away and come back when using Shell navigation.Android works fine.
EDITED: Tested using NavigationPage instead of Shell navigation, and the issue still exists.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/ryanalford-suzy/CarouselViewTest
Version with bug
8.0.60 SR6
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.40 SR5
Affected platforms
iOS
Affected platform versions
iPhone - iOS 16.7.7, iOS Simulator 17.4
Did you find any workaround?
No workaround
Relevant log output
No response