You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
I have a setup where the carouselview has a binded property "CurrentItem". When we set currentitem to the next page programatically the binded property will be set 4 times. 3 times the proper item, but 1 time it is the wrong (previous) object.
This has a negative effect on components that respond to the current page index like page button states or a stepsindicator.
Tab the next button and you will see the following debugging line:
Results in the following debugging output:
System info:
Xamarin.Forms: 4.3.0.947036
Tested on: Android 8, Android 9
Update:
I have tested the same code in iOS (build against xcode 11) and it results in the same kind of problems.
When you tap on the next button, carousel does not animate to the next page. In XF 4.3.0.819712-pre2 it works perfectly fine but in the latest stable (4.3.0.947036) it is not working
Tested on iPhone 6 - iOS 12.4
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a setup where the carouselview has a binded property "CurrentItem". When we set currentitem to the next page programatically the binded property will be set 4 times. 3 times the proper item, but 1 time it is the wrong (previous) object.
This has a negative effect on components that respond to the current page index like page button states or a stepsindicator.
Xaml:
codebehind:
Steps to reproduce:
Unzip the sample project in the zipfile and run it.
CarouselView - Bugreport.zip
Tab the next button and you will see the following debugging line:
Results in the following debugging output:
System info:
Xamarin.Forms: 4.3.0.947036
Tested on: Android 8, Android 9
Update:
I have tested the same code in iOS (build against xcode 11) and it results in the same kind of problems.
When you tap on the next button, carousel does not animate to the next page. In XF 4.3.0.819712-pre2 it works perfectly fine but in the latest stable (4.3.0.947036) it is not working
Tested on iPhone 6 - iOS 12.4
The text was updated successfully, but these errors were encountered: