Open WorldOfBasti opened 3 years ago
I have the same issue
I was having the same issue as above, but using the xamarin forms version of a CarouselView has fixed this issue (see here for more details) not much to convert from this package
Upgrade XF to the latest version, I've found the same issue. And I fix it by this: https://github.com/microspaze/CarouselView.Maui/commit/c620e525ee946b66a7b7f45462504f153eb16ffc
You can try it.
Hi, first of all thank you for the great control. It is an awesome alternative for the XF CarouselView, because there are a lot more options to customize it, etc.
I noticed an issue in our app. We are using this plugin to create a introduction page for the user. This page opens at the first launch of the app, but we noticed the following problem: If we open a page with the CarouselView at start, nothing will be displayed. This issue appears only on Android, while it works as expected on iOS.
Here is a gif which shows the issue:
And here is the sample: IssueSample.zip