You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Upgraded my Xamarin.Android project to MAUI (MAUI.Android?) and can't seem to use LiveCharts2 in a MAUI.Android project
Describe the solution you'd like
Is it possible to add support for MAUI.Android?
Severity Code Description Project File Line Suppression State Details
Error (active) CS0311 The type 'LiveChartsCore.SkiaSharpView.Maui.CartesianChart' cannot be used as type parameter 'T' in the generic type or method 'View.FindViewById<T>(int)'. There is no implicit reference conversion from 'LiveChartsCore.SkiaSharpView.Maui.CartesianChart' to 'Android.Views.View'. hajk hajk\GPX\GPX.cs
The text was updated successfully, but these errors were encountered:
Hi, I just stumbled upon your issue. I am using livecharts with maui and android. If you could provide some more information, maybe a small sample project, I could also be of help
I ended up using oxyplot instead, at least for now. I'll try and find some time to create a mini project, but its essentially a .NET Android Application as defined in the VS templates:
In the olden days, this would probably have been called Xamarin.Android (as opposed to Xamarin.Forms, which is now MAUI)
Is your feature request related to a problem? Please describe.
Upgraded my Xamarin.Android project to MAUI (MAUI.Android?) and can't seem to use LiveCharts2 in a MAUI.Android project
Describe the solution you'd like
Is it possible to add support for MAUI.Android?
Additional context
Extract from project file:
Small extract from XML (Resources/layout):
Extract while setting up the RecyclerView:
The text was updated successfully, but these errors were encountered: