Skip to content

Android 15 (API 35) edge-to-edge causes input field shittiness #25

@yawnoc

Description

@yawnoc

On API level 35+ (where edge-to-edge is enforced):

  • Spawning the soft keyboard obscures the EditText (input field).
  • Typing in the EditText does not automatically scroll it into view.

If we attempt to remedy this by changing android:windowSoftInputMode to stateHidden|adjustPan in the manifest:

  • The EditText becomes fixed above the soft keyboard, and the main activity becomes unscrollable until the soft keyboard be retracted.

Relevant Stack Overflow posts:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions