Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

How paste from clipboard?

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