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

MAUI Blazor 9 has broken keyboard overlap on Android #27314

Open
sjbthfc2 opened this issue Jan 23, 2025 · 1 comment
Open

MAUI Blazor 9 has broken keyboard overlap on Android #27314

sjbthfc2 opened this issue Jan 23, 2025 · 1 comment
Labels
platform/android 🤖 potential-regression This issue described a possible regression on a currently supported version., verification pending t/bug Something isn't working

Comments

@sjbthfc2
Copy link

Description

We have a MAUI/Blazor hybrid app that we have upgraded to .NET 9 and the Android soft keyboard is now overlapping textboxes whereby we had fixed this in .NET 8 using the following in App.xaml:

android:Application.WindowSoftInputModeAdjust="Resize"

but since upgradint to .NET 9 it seems to be broken and the keyboard is once again overlapping the bottom part of the Blazor WebView.

This issue has the same problem but does not seem to be addressed:

Please could this be fixed, this is a huge issue for our users and shouldn't just be ignored for Blazor Hybrid developers.

Working .NET 8 example:

Image

Broken .NET 9 example:
Image

Thank you

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

9.0.30 SR3

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

8.0.100 SR10

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

Not sure of any workaround as we are web developers using Blazor and not familiar with how to fix this nativelu on the Android platform.

Relevant log output

@sjbthfc2 sjbthfc2 added the t/bug Something isn't working label Jan 23, 2025
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.

@samhouts samhouts added platform/android 🤖 potential-regression This issue described a possible regression on a currently supported version., verification pending labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/android 🤖 potential-regression This issue described a possible regression on a currently supported version., verification pending t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants