alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

CarouselView does not appear on app start #599

Open WorldOfBasti opened 3 years ago

WorldOfBasti commented 3 years ago

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: Issue

And here is the sample: IssueSample.zip

chaoyebugao commented 3 years ago

See also not appearing on Android while ok on iOS

Gellclan commented 3 years ago

I have the same issue

Maniacy2k commented 1 year ago

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

microspaze commented 1 year ago

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.