-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
On API level 35+ (where edge-to-edge is enforced):
- Spawning the soft keyboard obscures the
EditText(input field). - Typing in the
EditTextdoes not automatically scroll it into view.
If we attempt to remedy this by changing android:windowSoftInputMode to stateHidden|adjustPan in the manifest:
- The
EditTextbecomes fixed above the soft keyboard, and the main activity becomes unscrollable until the soft keyboard be retracted.
Relevant Stack Overflow posts: