0

My website has a feedback form. I'd like to attach screen shot of the current page the user is in, with the press of a button. Are there any tools/libraries that can do this?

user187809
  • 706
  • 2
  • 8
  • 23
  • you can print screen, then paste into a contentEditable. the paste won't actually insert an image by default, but the paste event will have access to the copied image data: http://pagedemos.com/9nz6j6xnuh9z/output/ – dandavis Aug 01 '16 at 02:44

1 Answers1

0

Using HTML5/Canvas/JavaScript to take screenshots

This seems to solve your issue if you attach it to the onClick event of the bug report button.

Community
  • 1
  • 1
Radu Szasz
  • 981
  • 1
  • 9
  • 22