We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Spinner, DataGrid, Accordion, ComboBox do not render properly on Android. Chart does render properly.

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,




4 Replies

CO Conor February 8, 2023 03:00 PM UTC

I should also say that the components do not render correctly on the Windows Desktop emulator either. 


For android, both the emulator and the published app have this issue. 


Thanks again.



CO Conor February 8, 2023 03:08 PM UTC

My package screenshot didn't work - all are the latest v20.4.0.49 - this problem has been consistent with previou



SR Sivakumar R Syncfusion Team February 9, 2023 12:08 PM UTC

Hi Conor,


Please add reference to Syncfusion.Blazor.Themes NuGet to resolve the reported issue. 

https://www.nuget.org/packages/Syncfusion.Blazor.Themes



You have referenced style sheet pointing to this NuGet static asset, but missed to add reference as per screen shot shared. 


Thanks,

Sivakumar




CO Conor February 9, 2023 03:06 PM UTC

Hi  Sivakumar,


I'm sorry for wasting your time with that - it now, of course, works. 


Thanks so much.


Conor


Loader.
Live Chat Icon For mobile
Up arrow icon