-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Blazor Hybrid templates have an empty title bar #25337
Comments
Looks like its this: maui/src/Controls/src/Core/Window/Window.cs Line 110 in f86bf47
We only cast it to The other thing we could to is set the title in the |
Hi @Eilon. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This comment has been minimized.
This comment has been minimized.
9.0.1xx PR: #25426 |
Fixed by #25426 |
The default Blazor Hybrid templates have an empty window title bar. The regular .NET MAUI templates have the app's name in the title bar.
I'm not sure the right way to fix this. It seems that the Shell control picks up the title and makes it the app window's title. But without Shell I'm not sure how to do it.
The text was updated successfully, but these errors were encountered: