Jasonette / Jasonette/JASONETTE-Android

on API 25 softkeyboard does not display when textarea is on very botton of view

Open
#160 0 comments 0 reactions 1 assignee Claimed by @maks View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.