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

.NET MAUI Blazor: Android Status Bar Covers Top Portion of App #26839

Closed
steve3p0 opened this issue Dec 27, 2024 · 2 comments
Closed

.NET MAUI Blazor: Android Status Bar Covers Top Portion of App #26839

steve3p0 opened this issue Dec 27, 2024 · 2 comments
Labels
t/bug Something isn't working

Comments

@steve3p0
Copy link

Description

Right out of the box, the example "Hello, World!" code for .NET MAUI Blazor Hybrid (.NET 9.0) has a navigation menu that works when running on Windows. You can clearly see and click menu items and all is well.

It looks like this: Windows 10

enter image description here

However, when I attempt to run it on an Android emulator on Windows 10, this navigation menu at the top of the screen is behind the Android status bar. The Android status bar appears over the top part of my app like a watermark. I can see the app navigation menu at the top with a button that has 3 bars, but the Android Wi-fi, phone network, and battery life icons appear over it rendering the button unclickable.

It looks like this: Pixel 7 - Android API 35

enter image description here

I haven't tried it yet with an Android device connected to my dev computer via USB due to security at my company. I will get authorization soon, but I would like to also debug on an emulator. I haven't changed a single line of code yet.

Any ideas?

Steps to Reproduce

  1. Create a .NET MAUI Blazor Hybrid App (.NET 9.0) with sample code provided by template
  2. Run this "Hello, World!" app on Windows.
  3. Confirm that navigation menu is visible and components work
  4. Run this "Hello, World!" app on Android
  5. The Android Status Bar appears over the app navigation menu like a watermark and renders the menu unclickable

Link to public reproduction project repository

No response

Version with bug

9.0.21 SR2.1

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

No response

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

@steve3p0 steve3p0 added the t/bug Something isn't working label Dec 27, 2024
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@jfversluis
Copy link
Member

Duplicate of #25477

@jfversluis jfversluis marked this as a duplicate of #25477 Dec 27, 2024
@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants