Skip to content

net 10 rc2 keyboard overlap android #32041

@TedMobile

Description

@TedMobile

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

  1. Create a page in maui .net 10 rc2
  2. Place an entry at the bottom of the screen
  3. Start typing.. and the keyboard will overlap the entry
  4. Add below to MainActivity
  5. I have attached both repo - net 9 and 10
protected override void OnCreate(Bundle? savedInstanceState)
       {
           base.OnCreate(savedInstanceState);
           Window?.SetSoftInputMode(SoftInput.AdjustResize | SoftInput.StateUnspecified);

       }
  1. Works in .net 9 but not in .net 10See below net 9 on the left and .net 10 RC2 on the right!

Image

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

Metadata

Metadata

Labels

area-controls-entryEntryi/regressionThis issue described a confirmed regression on a currently supported versionplatform/androidregressed-in-10-rc2s/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

Type

No type

Projects

Status

Todo

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions