+ 5
How to paste from clipboard?
Can any one explain how to paste the last copied text from clipboard to an input field using Javascript?
3 ответов
+ 1
simple example:
https://code.sololearn.com/WR6bpQhu65N2/#js
Clipboard API:
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API
+ 1
On the App, in an entry field, if you keep pressing for a second or longer you will get the Paste option.
0
#sonic
Not that way but making a js function to do it