Javascript Copy To Clipboard on safari?

前端 未结 7 951
执念已碎
执念已碎 2020-12-10 02:30

It may be duplicate question but i didnt find the solution for this.

I am trying to copy text on button click. Its working on chrome, mozilla(working on on windows a

7条回答
  •  既然无缘
    2020-12-10 03:16

    According to CanIUse, Safari on iOS doesn't support document.execCommand('copy'), probably because of security reasons.

提交回复
热议问题