-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Labels
area-controls-entryEntryEntryi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/androidregressed-in-10-rc2s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
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
holecekp and OvrBtnCopilot
Metadata
Metadata
Assignees
Labels
area-controls-entryEntryEntryi/regressionThis issue described a confirmed regression on a currently supported versionThis issue described a confirmed regression on a currently supported versionplatform/androidregressed-in-10-rc2s/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo
