When we adopted CSDK for our research development on devices there was one feature on my list that I could not find. Copy and paste of text. I didn’t see any easy way to do it when I reviewed CSDK for our development team. That was last summer and we’re pretty committed now.
I am working on a project with TTU and College of Charleston and they need copy and paste of selected text. After searching for a little less than a week, I cannot find a way to do this in CSDK without the use of native text boxes. There is a deafening silence of any recent posts on the issue.
What is the state of copy and paste to the IOS clipboard in CSDK?
So far I have not been able to get native text boxes to work on the actual device. I’d like to simulate an overlay. Works on the simulator but not on the device. We are developing for iPad and iPod. Two year old posts indicate that native text boxes don’t work on Android and that scaling is a big issue.
I need one of two solutions:
-
A way to copy text to the clipboard using CSDK display objects.
-
A way to get a consistent size and performance for a native text box on an overlay or a simulated overlay.
Any thoughts would be very much appreciated.
To be clear, I don’t need pasting ability. I just need to get selected text onto the device clipboard for use in other apps.