DEV Community

Discussion on: COPY to the clipboard in JS

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

It's probably still a good idea to use the temporary textarea hack described here:

stackoverflow.com/a/46822033/5323344

window.navigator.clipboard is not yet supported in Microsoft Edge. It is supported in Firefox and Chrome, though.

Collapse
 
mohsenfallahnjd profile image
Mohsen Fallahnejad

that's true
I have seen this way
And I just wrote the solution that I worked with
But in any case, what you said is true
Thank you for your attention and reminding

Collapse
 
1e4_ profile image
Ian

When you thought dropping IE was enough. Edge still falls short in a bunch of aspects for dev :(