Mobile App: Response text obscured by input box on Android (OnePlus 7T)

Resolved 💬 3 comments Opened Feb 25, 2026 by ix-ath Closed Mar 1, 2026

Bug Report

Product: Claude mobile app (Android)
Device: OnePlus 7T
Submitted by: User via Claude Code CLI (filing on their behalf from mobile)

Description

The bottom line of the AI response text is covered/obscured by the text input box when the keyboard is open. The last visible line of the response is hidden behind the input area.

Expected Behavior

The bottom of the response should remain visible above the keyboard/input area, or the content should scroll so the latest text stays visible.

Workaround Attempted

Pressing the back button on the phone to hide the keyboard does not help — the response text/window is anchored to the input window, so it moves with it instead of staying fixed. The content scrolls away with the input box rather than remaining in place.

Likely Cause

Viewport resize behavior — the app may be resizing the webview with the keyboard instead of using adjustPan or an inset-aware scroll container. The content appears to be anchored to the input element rather than independently scrollable.

Steps to Reproduce

  1. Open Claude mobile app on OnePlus 7T (Android)
  2. Have a conversation with enough response text to fill the screen
  3. Tap the input box to open keyboard
  4. Observe: the last line(s) of the response are hidden behind the input box
  5. Press back button to dismiss keyboard
  6. Observe: response text moves with the input box instead of staying in place

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗