alexrainman / CarouselView

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

not appearing on Android while ok on iOS #593

Open torelizer opened 3 years ago

torelizer commented 3 years ago

I just added CarouselView to my solution, installing it with nuget in both the iOS and Android projects and adding CarouselViewRenderer.Init() to AppDelegate.cs and MainActivity.cs respectively. I'm compiling using Android 11.0 / API Level 30 - R.

I tried with just a little test code (here below) and while on iOS it's all ok, on Android nothing at all appears. There are no errors or warnings that seem related to this, the packages seem correctly included and loaded.

`

` Is there some possible compatibility issue or missing initialization..?
pmahend1 commented 3 years ago

@torelizer were you able to find a solution for this?

chaoyebugao commented 3 years ago

Same problem... But mine is not showing where nested, I'm not sure it matters or not...

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.