Forum Discussion
ZsoltOlah
6 years agoSuper Hero
How to copy text to the clipboard?
In my advanced Storyline session at the ATD TechKnowledge conference people asked me if there's a way to copy text from a variable to the clipboard programmatically, so the user can paste it somewhe...
Zsoltzoolahamaz
3 years agoCommunity Member
Oh, okay. The question was how.. Try this after the copy command:
setTimeout(function() {textArea.remove();}, 1000);
1000 is a second delay. You can adjust that if you want.
1000 is a second delay. You can adjust that if you want.