Open Ahamed-Ali opened 7 months ago
Verified this issue with Visual Studio 17.10.0 Preview 5 (8.0.21).I can repro this issue.
Can you use set the input mode to resize? https://learn.microsoft.com/en-us/dotnet/maui/android/platform-specifics/soft-keyboard-input-mode?view=net-maui-8.0
Setting the Input Mode to resize , keyboard overlaps on both the Contentview with and without translation , see the below reproducing video
https://github.com/dotnet/maui/assets/102580874/a251851b-bd80-42df-a829-f7a180276a1b
Any update on this ?
Any update on this or any workaround would be greatly appreciated.
Any update on this issue?
Any update on this issue?
Please provide a high priority for this issue.
Any update on this issue?
Any workaround for this issue? Please provide a high priority for this issue.
Please give this issue a high priority and resolve it ASAP. Is there any workaround for this issue?
Any update regarding this issue?
Please give this issue a high priority and resolve it ASAP as this is critical for us.
This is a serious problem, which has honestly existed since Xamarin.Forms, and Microsoft still hasn't been able to solve it.
Description
We have created a custom layout inside the grid, which includes a ContentView with numerous entries inside it, along with two buttons for adjusting the x translation of the ContentView dynamically. However, we encountered an issue where the keyboard overlaps with the ContentView when translating its x position to the right side.
Please prioritize this issue as it is high priority for us. You can obtain the sample from the repository provided below. Additionally, we have attached a video demonstrating the keyboard overlap issue for your reference.
https://github.com/user-attachments/assets/d5413d38-8927-4f59-89ec-1779ebacad17
Steps to Reproduce
1.Obtain the sample from the below repository link.
Link to public reproduction project repository
https://github.com/Ahamed-Ali/KeybaordOverlap
Version with bug
Unknown/Other
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 11 - API 30
Did you find any workaround?
No
Relevant log output
No response