Jasonette / Jasonette/JASONETTE-Android
on API 25 softkeyboard does not display when textarea is on very botton of view
Open
bug
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
The soft ekyboard will briefly appear then immediately disappear.
eg. https://jasonbase.com/things/0d0b
This seems to be due to using `android:windowSoftInputMode="adjustResize" ` for the activity in the AndriodManifest.
Switching to `android:windowSoftInputMode="adjustPan"` seems to fix the issue and not cause issue on older (API22) devices. Will check across more versions before submitting a PR.
Contributor guide
Assessment
This issue has not been assessed yet.