Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

How paste from clipboard?

Vladimir_K_1
Beginner
703 Views

Need paste text from clipboard to input field in android. This don't work:

input.focusIn.add(function() { document.execCommand('Paste'); });

I work with this input field  https://github.com/orange-games/phaser-input

0 Kudos
0 Replies
Reply