What is the best way for a user to paste a large amount of text into say a label.
I've tried using an EditText with the idea of making the label.text = editText.text. However, the emulator doesn't accept Ctl + V for pasting.
And I get a message coming up asking what type of input is required.
It would be nice if text could be pasted directly into an editText or some other view by a user which was then accessible programatically.
Thanks
I've tried using an EditText with the idea of making the label.text = editText.text. However, the emulator doesn't accept Ctl + V for pasting.
And I get a message coming up asking what type of input is required.
It would be nice if text could be pasted directly into an editText or some other view by a user which was then accessible programatically.
Thanks