[iOS] Unable to convert Microsoft.Maui.Handlers.ContentViewHandler to UIKit.UIView
eyeveye opened this issue · comments
eyeveye commented
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.
Andrei commented
hi
This library is for XamarinForms
For .NET MUI you should use that one https://github.com/AndreiMisiukevich/CardView.MAUI