RTE In Maui Blazor Hybrid

Hi.


I have this running in a net9 maui hybrid app, but there are some issues. The Image drag and drop does not work, and it is not possible to browse. Also the fonts settings (colour, background, font, size) seem rather hit and miss to take effect.


I initialise it like this

        builder.Services.AddMauiBlazorWebView();

        builder.Services.AddSyncfusionBlazor();


and in my Main.Razor file I am setting it like this


        <SfRichTextEditor r @bind-Value="ViewModel.Text" SaveInterval="1" ShowCharCount="true" Height="700px">

            <RichTextEditorImageSettings Display="ImageDisplay.Inline" SaveUrl="api/Image/Save" Path="./images/"></RichTextEditorImageSettings>

            <RichTextEditorEvents BeforeUploadImage="@BeforeUploadImage"/>

            <h2>Welcome to the Syncfusion Rich Text Editor</h2>



1 Reply

VJ Vinitha Jeyakumar Syncfusion Team June 26, 2025 12:44 PM UTC

Hi Ian,


We suspect that the reported issue may have occurred due to the missing script and style reference in your application. Please refer to the documentation below for more reference.



Regards,
Vinitha

Loader.
Up arrow icon