How do we access the clipboard on mobile devices?

jonathandlynch at gmail.com jonathandlynch at gmail.com
Sun Jun 25 12:05:05 EDT 2017


I was very surprised it wasn't. I plan to submit Augmented Earth to the apple App Store today. I am going to be embarrassed to tell users they cannot paste text into their reports on a mobile device.

I think I will try to find a workaround between version 1 and version 1.1

Sent from my iPhone

> On Jun 25, 2017, at 10:28 AM, hlowe via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> iOS native text fields (and I presume other native mobile text fields)
> support manual copy and paste actions - the user has to manually select the
> text and then initiate the action. I don't know of any way to
> programatically copy and paste to/from the iOS clipboard nor to access the
> data on the clipboard. Perhaps I am missing something?
> 
> In Objective C this appears to be relatively straight forward:
> 
> UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
> pasteboard.string = @"some text to be pasted";
> 
> Is there is a reason why basic mobile clipboard support was never
> implemented in LiveCode?
> 
> It would be very nice to be able to get and set the rawClipboardData on
> mobile but that is only possible on the desktop.
> 
> Henry
> 
> 
> 
> --
> View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-do-we-access-the-clipboard-on-mobile-devices-tp4716158p4716182.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list