Replies: 1 comment
|
@juliusmarminge I’d be happy to contribute a focused Android fix for this, partial text selection would make my day-to-day use much easier. Would you be open to a PR? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/mobileon Android.Thanks for the work on the native mobile app. This request is about making model output easier to reuse on a phone.
Problem or use case
The Android app currently lets me copy an entire assistant response, but I cannot select a specific sentence, command, filename, or short passage from the response.
For a long answer, copying everything and trimming it in another app is awkward. Standard Android long-press text selection with draggable handles would make small pieces of model output much easier to reuse.
Proposed solution
Allow text inside assistant responses to be selected using native mobile selection behavior.
A useful implementation could either:
The existing full-response copy action should remain available. Links, code blocks, expandable tool/result rows, and scrolling should continue to work without accidental activation while selecting text.
Expected behavior
Environment
Related issue
#2804 concerns making the full-response copy action usable on mobile web. This request is different: selecting an arbitrary subsection of assistant output in the native mobile app.
I am happy to test this behavior on Android if it is implemented.
All reactions