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 Keyboard Bugs both with AdjustPan/AdjustResize #12406

Closed
Tracked by #11703
cerkzil opened this issue Jan 4, 2023 · 0 comments · Fixed by #12661
Closed
Tracked by #11703

Maui Keyboard Bugs both with AdjustPan/AdjustResize #12406

cerkzil opened this issue Jan 4, 2023 · 0 comments · Fixed by #12661
Assignees
Labels
area-keyboard Keyboard, soft keyboard area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter fixed-in-7.0.81 Look for this fix in 7.0.81! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/android 🤖 t/bug Something isn't working

Comments

@cerkzil
Copy link

cerkzil commented Jan 4, 2023

Description

There was previously reported issues with AdjustResize and one of the solutions recommended by people was to use AdjustPan,
which doesn't actually solve the underlying issue and only helps if you have small amount of inputs right at the top.

Here my comment pointing that out: #11274 (comment) sadly topic was already closed as solved so I'm opening this one here with even more info.

Here are screenshots from my demo application (the green background is from a page below in navigation stack):

From what I understand the issue is that both AdjustResize/AdjustPan don't recalculate the height of the page properly after closing the keyboard.

Steps to Reproduce

  1. PushModalAsync(new Page()).
  2. Have any text inputs that fill the whole screen.
  3. You will see previous page being shown.

Link to public reproduction project repository

https://github.com/cerkzil/maui-keyboard-bugs

Version with bug

7.0 Release Candidate 2

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11 and up

Did you find any workaround?

I haven't the suggested workarounds for similar issues don't solve this either.

Relevant log output

No response

@cerkzil cerkzil added the t/bug Something isn't working label Jan 4, 2023
@Eilon Eilon added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Jan 4, 2023
@rachelkang rachelkang added the area-keyboard Keyboard, soft keyboard label Jan 4, 2023
@PureWeen PureWeen moved this from Todo to In Progress in MAUI SDK Ongoing Jan 4, 2023
@rachelkang rachelkang added this to the .NET 7 + Servicing milestone Jan 5, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in MAUI SDK Ongoing Feb 6, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! label Feb 22, 2023
@samhouts samhouts added the fixed-in-7.0.81 Look for this fix in 7.0.81! label Apr 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-keyboard Keyboard, soft keyboard area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter fixed-in-7.0.81 Look for this fix in 7.0.81! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants