Re: clipboard access on mobile (iOS)

2016-02-02 Thread Monte Goulding
I think you need an external... Not sure if Fraser implemented mobile clipboards during his recent work on it though. Sent from my iPhone > On 3 Feb 2016, at 5:49 AM, Ben Rubinstein wrote: > > Hi all, > > Before I give up; is there anyway to programmatically set the clipboard on > iOS? (Extr

Re: clipboard access on mobile (iOS)

2016-02-02 Thread Tore Nilsen
Have you tried to put the text you want into an invisible field, and then copy the text from this field using the copy command in your code? From the way I understand the documentation this should work on all platforms. Tore > 2. feb. 2016 kl. 19.49 skrev Ben Rubinstein : > > Hi all, > > Befor