openclaw - 💡(How to fix) Fix Android: Cannot select/copy text in chat messages

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…

On the OpenClaw Android app (tested on Pixel 8a), users cannot select and copy text from messages in chat sessions. Long-press does not reliably trigger system text selection.

Root Cause

On the OpenClaw Android app (tested on Pixel 8a), users cannot select and copy text from messages in chat sessions. Long-press does not reliably trigger system text selection.

RAW_BUFFERClick to expand / collapse

Description

On the OpenClaw Android app (tested on Pixel 8a), users cannot select and copy text from messages in chat sessions. Long-press does not reliably trigger system text selection.

Environment

  • Device: Pixel 8a
  • App: OpenClaw Android

Expected behaviour

Users should be able to long-press a message to select and copy text, consistent with standard Android text selection behaviour.

Actual behaviour

Long-press does not trigger text selection. No copy option is available.

Suggested fix

Ensure message views use selectable text configuration (e.g. android:textIsSelectable="true" on TextViews, or equivalent Compose modifier). If messages are rendered in a WebView, ensure user-select: text is applied via CSS.

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

openclaw - 💡(How to fix) Fix Android: Cannot select/copy text in chat messages