0

when i copy some text and when i click on any button or link i wanted to show copied content. I wanted this to work on all browsers.I tried window.clipboardata, working fine in ie browser but i need for chrome. Copied contents i wanted to show on clicking, i dont want it to be displayed by using ctrl+v.

user1989488
  • 105
  • 7
  • http://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript?page=2&tab=votes#tab-top – Andrew Apr 28 '17 at 04:29

1 Answers1

1

As per official Google Forum (https://productforums.google.com/forum/#!topic/chrome/suwKfZVJqaI), you cannot access clipboard in Google Chrome browser. The support has been disabled years ago.

murtazat
  • 351
  • 1
  • 11