Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove loading ... when maui blazor app is starting #6438

Closed
MarshalOfficial opened this issue Apr 23, 2022 · 4 comments
Closed

How to remove loading ... when maui blazor app is starting #6438

MarshalOfficial opened this issue Apr 23, 2022 · 4 comments

Comments

@MarshalOfficial
Copy link

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.

image

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.

@hez2010
Copy link

hez2010 commented Apr 23, 2022

It's defined in wwwroot/index.html.

@MarshalOfficial
Copy link
Author

It's defined in wwwroot/index.html.

@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

@drasticactions
Copy link
Contributor

drasticactions commented Apr 23, 2022

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.

@MarshalOfficial
Copy link
Author

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

@ghost ghost locked as resolved and limited conversation to collaborators May 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants