Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not appearing on Android while ok on iOS #593

Open
torelizer opened this issue Apr 8, 2021 · 4 comments
Open

not appearing on Android while ok on iOS #593

torelizer opened this issue Apr 8, 2021 · 4 comments

Comments

@torelizer
Copy link

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.

<crsl:CarouselViewControl Grid.Row="1" Grid.Column="1" ItemsSource="{Binding Inputs}"> <crsl:CarouselViewControl.ItemTemplate> <DataTemplate> <StackLayout Orientation="Horizontal"> <Label BackgroundColor="Red" Text="{Binding Name}" HorizontalOptions="FillAndExpand"/> </StackLayout> </DataTemplate> </crsl:CarouselViewControl.ItemTemplate> </crsl:CarouselViewControl>

Is there some possible compatibility issue or missing initialization..?

@pmahend1
Copy link

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

@chaoyebugao
Copy link

chaoyebugao commented Aug 12, 2021

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

@Maniacy2k
Copy link

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
Copy link

Upgrade XF to the latest version, I've found the same issue. And I fix it by this:
microspaze/CarouselView.Maui@c620e52

You can try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants