When Keyboard dismisses, it hides bottom content under navigation bar on my S22
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 290
Description
### Description
I noticed on certain phones have this issue where when I dismiss the keyboard, it pushes the bottom content under.
Has the issue:
- Samsung s22
- Samsung S24 FE
Not have this issue:
- Samsung S21
- Samsung S25s
- Pixel 6a
I tried setting SafeEdgesArea to all and set WindowSoftInputMode = SoftInput.AdjustResize. They did not work.
https://github.com/user-attachments/assets/031c67d3-e716-4def-80a2-c93528fbb646
I have attached the code in steps to reproduce.
### Steps to Reproduce
1.) Use phone listed that I have reported has the issue.
2.) Start a fresh new Maui Project.
3.) Paste snippet into MainPage.xaml
```
```
4.) Remove irrelevant back-end code
### Link to public reproduction project repository
_No response_
### Version with bug
10.0.10
### 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
_No response_
### Did you find any workaround?
_No response_
### Relevant log output
```shell
```
Contributor guide
Research direction
Start with a fresh .NET MAUI project using the supplied MainPage.xaml and reproduce the keyboard-dismissal behavior on the listed Samsung devices. Check the interaction with SafeEdgesArea and WindowSoftInputMode=SoftInput.AdjustResize; done means the bottom content remains above the navigation bar after the keyboard is dismissed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, csharp
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100