Software Archive
Read-only legacy content
17061 Discussions

How paste from clipboard?

Vladimir_K_1
Beginner
380 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