Description
if you have an entry at the bottom of the screen , the keyboards ovelarps it and you cannot see anything, as you can imagine we have applications where a user is asked to input lots of data and all the entries are overlapped!
Steps to Reproduce
- Create a page in maui .net 10 rc2
- Place an entry at the bottom of the screen
- Start typing.. and the keyboard will overlap the entry
- Add below to MainActivity
- I have attached both repo - net 9 and 10
protected override void OnCreate(Bundle? savedInstanceState)
{
base.OnCreate(savedInstanceState);
Window?.SetSoftInputMode(SoftInput.AdjustResize | SoftInput.StateUnspecified);
}
- Works in .net 9 but not in .net 10See below net 9 on the left and .net 10 RC2 on the right!

MauiAppNe10Overlap.zip
MauiNet9Overlap.zip
Link to public reproduction project repository
No response
Version with bug
10.0.0-rc.2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.111 SR11.1
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
none
Relevant log output
Description
if you have an entry at the bottom of the screen , the keyboards ovelarps it and you cannot see anything, as you can imagine we have applications where a user is asked to input lots of data and all the entries are overlapped!
Steps to Reproduce
MauiAppNe10Overlap.zip
MauiNet9Overlap.zip
Link to public reproduction project repository
No response
Version with bug
10.0.0-rc.2
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.111 SR11.1
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
none
Relevant log output