Skip to main content
Participant
July 23, 2011
Question

Problem with Clipboard on iOS

  • July 23, 2011
  • 1 reply
  • 677 views

Hello,

i have a problem with Clipboard on iOS. My test code:

var ts:String = "This is a test string for clipboard...";
Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT, ts);

This code is OK on Android or Windows. Test string is in clipboard and i can paste it on other app. But on iOS not. setData return true, but text is not in clipboard.

Any ideas?

Thaks

This topic has been closed for replies.

1 reply

Pahup
Adobe Employee
Adobe Employee
July 25, 2011

Hi,

Looks like it's a bug with iOS AIR, could you please open a bug at bugbase.adobe.com

-Thanks

Pahup

MufacAuthor
Participant
July 27, 2011

Thanks Pahup. I sent it.

M.