You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hez2010 thanks for the reply, Is there any way to not have this step?? because when I remove loading... text from there, still an empty screen shows after splash screen
That's how a WASM Blazor app works on the web; it's no different here. I would probably bring it up with https://github.com/dotnet/aspnetcore if you feel it should be different.
That's how a WASM Blazor app works on the web; it's no different here. I would probably bring it up with https://github.com/dotnet/aspnetcore if you feel it should be different.
Maybe it is a good approach to remove the MAUI splash screen and relocate it to the index.html
Description
I'm developing a dotnet MAUI Blazor hybrid app, I have an issue with the Loading... page when the app is starting, it shows after the splash screen.
Public API Changes
It has nothing from code.
Intended Use-Case
In visual studio 2022 preview, create a new project, choose dotnet MAUI Blazor hybrid app, then starts on your device.
The text was updated successfully, but these errors were encountered: