AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
710 stars 114 forks source link

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

Closed eyeveye closed 10 months ago

eyeveye commented 11 months ago

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
AndreiMisiukevich commented 10 months ago

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