claude-code - 💡(How to fix) Fix Mobile: Edit approval dialog overlaps with keyboard, causing accidental rejection [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46890Fetched 2026-04-12 13:30:22
View on GitHub
Comments
2
Participants
2
Timeline
2
Reactions
0
Timeline (top)
commented ×2

When using Claude Code on a mobile device (iOS/Android Claude app), the file edit approval/rejection dialog appears at the same position as the on-screen keyboard. If the user is typing a message while an edit request comes in, the "Reject" button appears exactly where the keyboard keys are, causing accidental rejection of legitimate edits.

Root Cause

When using Claude Code on a mobile device (iOS/Android Claude app), the file edit approval/rejection dialog appears at the same position as the on-screen keyboard. If the user is typing a message while an edit request comes in, the "Reject" button appears exactly where the keyboard keys are, causing accidental rejection of legitimate edits.

RAW_BUFFERClick to expand / collapse

Description

When using Claude Code on a mobile device (iOS/Android Claude app), the file edit approval/rejection dialog appears at the same position as the on-screen keyboard. If the user is typing a message while an edit request comes in, the "Reject" button appears exactly where the keyboard keys are, causing accidental rejection of legitimate edits.

Steps to Reproduce

  1. Open Claude Code on a mobile device (e.g. iPhone)
  2. Start a conversation that involves file edits
  3. While Claude is working, start typing a follow-up message
  4. When an edit approval dialog appears, the Reject/Accept buttons overlap with the keyboard area
  5. Tapping on the keyboard inadvertently hits "Reject"

Expected Behavior

The approval dialog should be positioned so it does not overlap with the keyboard. Possible solutions:

  • Show the dialog above the keyboard area
  • Dismiss the keyboard when the dialog appears
  • Add a confirmation step before rejection
  • Use a swipe gesture instead of tap buttons

Impact

This is quite frustrating in practice. Users lose work when edits are accidentally rejected, and it breaks the flow of collaboration. Especially problematic during long sessions where Claude is making multiple file changes.

Environment

  • Claude mobile app (iOS)
  • Observed during Claude Code sessions with file editing

extent analysis

TL;DR

Adjust the positioning of the approval dialog to avoid overlap with the on-screen keyboard, such as displaying it above the keyboard area.

Guidance

  • Consider modifying the dialog's layout to ensure it appears above the keyboard, preventing accidental taps on the "Reject" button.
  • Dismiss the keyboard when the approval dialog appears to prevent overlap and accidental interactions.
  • Implement a confirmation step before rejecting an edit to add an extra layer of protection against accidental rejections.
  • Explore using alternative interaction methods, such as swipe gestures, for accepting or rejecting edits to reduce the likelihood of accidental actions.

Example

No specific code example is provided due to the lack of technical implementation details in the issue description.

Notes

The exact implementation details may vary depending on the underlying technology stack and frameworks used by the Claude mobile app. It's essential to consider the app's existing architecture and user experience when introducing changes to the approval dialog's behavior.

Recommendation

Apply a workaround, such as displaying the dialog above the keyboard area or dismissing the keyboard when the dialog appears, to mitigate the issue until a more permanent solution can be implemented. This approach allows for a quicker resolution to the problem while minimizing potential disruptions to the user experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Mobile: Edit approval dialog overlaps with keyboard, causing accidental rejection [2 comments, 2 participants]