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

Carousel is empty, ItemTemplate is missing after calling PushModalAsync() on Android #584

Open
wegascee opened this issue Oct 6, 2020 · 0 comments
Labels

Comments

@wegascee
Copy link

wegascee commented Oct 6, 2020

I'm using the following constellation:

Xamarin.Forms 4.7.0.1179 with CarouselView 5.2.0. (I also tried XF 4.8.0.1451 with the same result.)

The carousel with two different templates is on a normal ContentPage and a button in the NavigationBar triggers this call:

await Navigation.PushModalAsync(new SamplePage());

On Android 7 and on Android 9 I get an empty carousel. This doesn't happen on iOS 13, only on Android.

I found the following related issues, which were never really addressed:

#553
#536
#417

Will there ever be a fix?

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

No branches or pull requests

2 participants