Hi
As per title, I am using all of the above components. None apart from the chart display properly on Android, they display without the css.
How can I have the chart rendering OK but none of the others? That's what is so confusing.
All components work correctly in my Blazor Server and Web Assembly apps. All components exist in a razor library.
I have followed the advice on many posts and your documentation i.e:
https://blazor.syncfusion.com/documentation/getting-started/maui-blazor-app
My index.html contains:
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
MauiProgram.cs:
using Syncfusion.Blazor;
...
builder.Services.AddSyncfusionBlazor();
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mxxx etc
Package versions:
So I'm now at a loss as to making progress.
Any advice will be much appreciated.
Kind regards,