rex_copytoclipboard
Introduction
Copy string to clipboard.
Copy string to clipboard.
Call "Action:Copy" under any user input condition like "Condition: on any touch start", then the string will be copied to clipboard. Then user could press "Ctrl-V" to paste the content to a text input area.
"Condition:Is success" returns true if copied success. Copying might be failed when
"Condition:Is success" returns true if copied success. Copying might be failed when
- browser does not support "document.execCommand", or
- "Action:Copy" does not run under any user input condition.