screenshot icon indicating copy to clipboard operation
screenshot copied to clipboard

HtmlElementView on Flutter Web

Open nitroplr opened this issue 1 year ago • 1 comments

Is there any way to make screenshot work with an HtmlElementView? I'm guessing no because of how it works https://api.flutter.dev/flutter/widgets/HtmlElementView-class.html but I'm working on a project using flutter_tex to render math equations and would like to be able to take a screenshot of the produced HtmlElementView to be able to output the image to a pdf file. I have tried it using the invisible widgets method and the normal method. The normal method produces a big empty screenshot the size of the HtmlElementView and the invisible method produces nothing.

nitroplr avatar May 01 '23 19:05 nitroplr

i faced the issue any suggestion to make this work

abdelrahman-abied avatar May 31 '23 20:05 abdelrahman-abied