SfDialog appearing as HTML in PWA

Hello:

I installed Syncfusion.Blazor.Popups version 19.2.0.62 on a Blazor Webassembly project with PWA features.  I am using an SfDialog which performs as expected when running the published project in a web browser.  This is the code:

        <SfDialog Width="250px" ShowCloseIcon="true" IsModal="true" @bind-Visible="@Visibility">

            <DialogTemplates>

                <Header> Alerta</Header>

                <Content> ¿Desea eliminar?</Content>

            </DialogTemplates>

            <DialogButtons>

                <DialogButton Content="OK" IsPrimary="true" OnClick="@OnClick" />

                <DialogButton Content="Cancel" OnClick="@OnCancel" />

            </DialogButtons>

        </SfDialog>

However, when installing the application as PWA on an Android smartphone, the dialog box appears at the bottom of the screen as HTML as soon as the page loads.

Any suggestions?

Thanks,

Hans K.


2 Replies

GK Gunasekar Kuppusamy Syncfusion Team September 29, 2021 05:22 PM UTC

Hi Erdasa,

Currently we are validating your reported query from our end. We will update the further details within two business days on or before 1st October.

Regards,
Gunasekar



GK Gunasekar Kuppusamy Syncfusion Team October 3, 2021 05:11 PM UTC

Hi ERDASA,

Thanks for the patience.

We have further validated your reported query with Blazor PWA application unfortunately, we couldn't reproduce the issue.

We have prepared a sample for your reference.

If you are still facing the issue, please share the following details,  
  • If possible, modify the above code to reproduce the issue.
  • Any video reference for issue reproducing case.
  • Exact steps to reproduce the issue
The above details will be helpful for us to validate and reproduce the issue from our end and assist you at the earliest.  

 
Regards, 
Gunasekar


Loader.
Up arrow icon