-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Android] Soft Input Resize doesn't properly resize #7369
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Hi,
When setting the focus on the entry the InputPanel comes up and hides the commandbar. But when I add one senseless ScrollViewControl like this:
Page Resize works fine on setting focus on Entry! |
I'm still facing this problem, any updates? |
I faced similar issue in Screenrecorder-2023-06-13-03-57-38-651.mp4Enclosed is the sample code: SoftInputIssue.zip Similar issue: #11979 |
Hi @Redth. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Description
With android, handling the on screen keyboard (or soft input), there's a couple of options to deal with the change in screen real estate, including Pan and Resize.
At some point, Resize stopped working well in both Xamarin.Forms and .NET MAUI.
There's a workaround listed here: https://stackoverflow.com/questions/34013548/xamarin-forms-2-0-appcompat-android-keyboard-mode which points at a google issue: https://code.google.com/p/android/issues/detail?id=5497 which basically uses a view tree observer to change things based on the visible part of the window with the keyboard open.
I have a video which shows the Xamarin.Forms code implementing this workaround on the left side, and then the current MAUI code without the workaround on the right side.
android-adjust-resize.mp4
Steps to Reproduce
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
N/A
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: