Copy to clipboard trouble
Hello i 'm trying to add a copy to clipboard function but it doesnt work properly : handler . t s :7 [Violation ] Permissions policy violation : The Clipboard API has been blocked because of a permissions policy applied to the current document . See https://goo.gl/EuHzyv for more details . En @ handler . t s :7 $ @ handleAction . t s :337 (anonymous ) @ createElement . t s :148 d @ createElement . t s :125 handler . t s :7 Uncaught (in promise ) NotAllowedError : Failed to execute 'writeText ' on 'Clipboard ' : The Clipboard API has been blocked because of a permissions policy applied to the current document . See https://goo.gl/EuHzyv for more details . at En (handler . t s : 7 :30 ) at $ (handleAction . t s : 3 3 7 :20 ) at createElement . t s : 1 4 8 :9 at Array .forEach ( <anonymous > ) at HTMLButtonElement .d (createElement . t s : 1 2 5 :21 ) En @ handler . t s :7 $ @ handleAction . t s :337 (anonymous ) @ createElement . t s :148 d @ createElement . t s :125 I tried on ARC CHROME but only works on Safari , how to fix the issue on Chromium ?