Open torelizer opened 3 years ago
@torelizer were you able to find a solution for this?
Same problem... But mine is not showing where nested, I'm not sure it matters or not...
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.
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.
`