BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Issue
1) System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Com.Syncfusion.Carousel.SfCarousel'.
I get this exception when I go to the carousel view page, then press
back on the navigation stack, then navigate to the carousel view page again. I
have a
method OnActivated on my viewModel that gets called to initialise the data that’s
bound to the ItemSource property of the carousel view. The exception happens
when I clear the observable collection bound to the ItemSource property to
populate the data the second time around. First time works fine.
2) Intermittent carousel page missing when swiping left or right in
default ViewMode.
The carousel page loads fine and there is no error that's produced. However, the behaviour of the carousel view is strange. The carousel view skips carousel items intermittently.