MAUI Blazor 9 has broken keyboard overlap on Android #27314
Labels
platform/android 🤖
potential-regression
This issue described a possible regression on a currently supported version., verification pending
t/bug
Something isn't working
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:
Broken .NET 9 example:
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
The text was updated successfully, but these errors were encountered: