How copy past works in termux #4055
Unanswered
RohitKushvaha01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am integrating the Termux terminal into my Android application. While the basic functionality is operational, I encounter an issue when attempting to long-press on text within the terminal—no action occurs.
I am aware of the
terminal.paste()
method for pasting text, but I am unable to find a method to copy text or at least access the selected text. How can I implement text selection and copying functionality in the Termux terminal integration?Beta Was this translation helpful? Give feedback.
All reactions