-
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
Blazor Hybrid - Android - Keyboard covers UI despite having resize soft keyboard setting #24573
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
One other update - I tried this on both my existing app (above) and a brand new 9p7 boilerplate blazor hybrid app where all I did was this in home.razor:
and this in app.xaml.cs:
And if you tap in one of the last text boxes you can easily see the issue reproduce, even in a brand new barebones maui android app. |
There is a similar issue #18964 Would you mind try it again? If you are still repro, could you share me the Android emulator API? |
Duplicate of #18964 |
Please add your findings to the linked issue. That will make it easier to have all the information in one place and also that will surface the issue as potentially higher priority if more people interact with 1 issue instead of many describing the same thing. |
I copied my latest findings to that other thread. |
I added the feedback in the other thread - that code didn't fix it for me on API level 35. Let's chat over there in the other thread though. |
Description
I followed another thread or two talking about this issue, but I'm not sure they were specific to Blazor Hybrid.
I added:
but despite that, the keyboard overlays my UI instead of the UI sliding up or resizing.
Steps to Reproduce
This does not occur on iOS - iOS slides the whole app up to allow the keyboard and part of the UI to show up.
Link to public reproduction project repository
No response
Version with bug
9.0.0-preview.7.24407.4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered: