Can you copy text to the clipboard from the console (on iPhone)? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Can you copy text to the clipboard from the console (on iPhone)?

I have a Java program that takes input text and alters it based on the date and then prints the altered text (using System.out.println(), in case that matters), is there a way to copy the printed text to the iPhoneā€™s clipboard to be pasted elsewhere?

19th Feb 2018, 10:33 PM
Tyler Dalke
1 Resposta
+ 1
Forgot to mention that Iā€™m using the program on SoloLearn on my phone. I have the program on a computer too, but I want to be able to get the altered text on my phone whenever I need it.
19th Feb 2018, 10:34 PM
Tyler Dalke