Skip to content

Screenshot of current screen in feedback #93

@danielgary

Description

@danielgary

Using the html2canvas plus the HTML5 canvas toDataUrl('image/png') method, we can effectively capture a screenshot of the current page. This would be great for feedback. The flow should be:

  1. FeedbackButton click
  2. html2canvas called on body
  3. convert to dataUrl
  4. Show feedback modal with image src set to dataUrl
  5. Append dataUrl to request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions