AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] Unable to convert Microsoft.Maui.Handlers.ContentViewHandler to UIKit.UIView

eyeveye opened this issue · comments

Main page contain CarouselView which has a collection of ContentView on it.
No problem on displaying and swiping it.

However, when navigating to other page Shell.Current.GoToAsync(xxx), it will throw error:
"Unable to convert Microsoft.Maui.Handlers.ContentViewHandler to UIKit.UIView"

When I commented out the CarouselView, and it will allow me to navigate without error.

This only occur in iOS.

Screenshot 2023-10-17 at 1 40 47 AM Screenshot 2023-10-17 at 1 38 54 AM
commented

hi
This library is for XamarinForms
For .NET MUI you should use that one https://github.com/AndreiMisiukevich/CardView.MAUI