We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ContentPage
NavigationBar
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theNavigationBar
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?
The text was updated successfully, but these errors were encountered: