when the internet is disconnected from blazor app the page try to reconnect displaying an error message :
Reconnection failed. Tryreloadingthe page if you're unable to reconnect.
and the user can NOT continue browsing the current page. i would like to say making the error message modal is unnecessarily preventing the user from at least continue reading the current page.
how can i make this suggestion to the dev team?
edit : i posted on github please delete this post. thanks
As far as I understand, you have total control over the modal behavior in the _host.cshtml file. You are free to replace/remove the modal markup or add a close button the production version environment.
Member
8 Points
11 Posts
Reconnection failed : the page unbrowsable !
Jun 21, 2020 03:45 PM|qanadily@outlook.com|LINK
when the internet is disconnected from blazor app the page try to reconnect displaying an error message :
Reconnection failed. Try reloading the page if you're unable to reconnect.
and the user can NOT continue browsing the current page. i would like to say making the error message modal is unnecessarily preventing the user from at least continue reading the current page.
how can i make this suggestion to the dev team?
edit : i posted on github please delete this post. thanks
All-Star
53641 Points
24007 Posts
Re: Reconnection failed : the page unbrowsable !
Jun 21, 2020 04:14 PM|mgebhard|LINK
The standard documentation explains configure the connection modal.
https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/additional-scenarios?view=aspnetcore-3.1
As far as I understand, you have total control over the modal behavior in the _host.cshtml file. You are free to replace/remove the modal markup or add a close button the production version environment.