Answered
Copying Clipboard on iOs
It used to be that you could not copy the clipboard in an AIR app on an iOs device.
Is this still the case?
It used to be that you could not copy the clipboard in an AIR app on an iOs device.
Is this still the case?
Did a quick search, maybe this?
http://circlecube.com/2008/11/copy-textfield-text-to-system-clipboard-actionscript-as2-as3-tutorial/
Hi,
You can use the below mentioned Clipboard API method to set the same data to clipboard as of textfield:
Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT, TextField.text);
Thanks,
Pranali
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.