claude-code - 💡(How to fix) Fix iOS app silently discards input drafts on in-conversation navigation [1 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#57826Fetched 2026-05-11 03:24:21
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1
RAW_BUFFERClick to expand / collapse

What happened

Typed a long message (~30 min of detailed body measurements I'd manually captured with a tape measure) into the chat input on the Claude Code iOS app. Navigated to a previous page in the same conversation, came back, the input was empty. No draft, no recovery, no warning before the navigation discarded it.

Platform

  • Claude Code iOS app (iPhone)
  • iOS version and app version: TBD

Expected

Either: (a) Drafts persist locally scoped to conversation ID and restore on return (every modern iOS messaging app does this — Messages, Mail, Slack, Notes, etc. all preserve in-progress text across navigation) (b) Confirmation prompt when navigating away with unsent input

Actual

Input silently destroyed. No "restore last draft" affordance anywhere in the app.

Impact

This isn't a paper cut. For users feeding Claude structured data (measurements, code, transcripts, anything tedious to re-type), 30+ min of work disappears with one back-tap. Low-trust UX that punishes exactly the kind of long, structured input Claude is best for. iOS users especially — mobile typing is slow and any data loss compounds.

Asks

  1. Persist input drafts in local app storage, scoped to conversation ID, debounced ~500ms
  2. Restore on conversation reopen / app foreground
  3. Confirmation alert if user navigates away with > N chars of unsent input

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 iOS app silently discards input drafts on in-conversation navigation [1 participants]