Skip to content

Fix Android composer keyboard docking - #6

Merged
eivindjonassen merged 1 commit into
mainfrom
fix/android-keyboard-sticky-composer
Aug 27, 2026
Merged

Fix Android composer keyboard docking#6
eivindjonassen merged 1 commit into
mainfrom
fix/android-keyboard-sticky-composer

Conversation

@eivindjonassen

Copy link
Copy Markdown
Member

Summary

  • keep the transcript container fixed and move only the Android composer dock with native keyboard inset animation frames
  • preserve the existing measured iOS keyboard path
  • add the Expo-compatible keyboard controller dependency and bump the native runtime to 0.1.4 / Android build 6
  • cover the Android sticky-dock branch and record the physical-device result

Root cause

The previous Android path relied on activity resize. With mandatory edge-to-edge on the affected Android 17 device, the activity did not reliably resize, so the absolutely positioned composer remained behind the keyboard.

Verification

Android edge-to-edge did not reliably resize the activity, leaving the absolute composer behind the keyboard. Move only the Android composer dock from native keyboard inset animation frames and retain the existing iOS path.
@eivindjonassen
eivindjonassen merged commit 785b808 into main Aug 27, 2026
2 checks passed
@eivindjonassen
eivindjonassen deleted the fix/android-keyboard-sticky-composer branch August 27, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant