wry icon indicating copy to clipboard operation
wry copied to clipboard

Offscreen rendering feature

Open PooyaEimandar opened this issue 3 years ago • 4 comments

Hello Thank you for contributing to this amazing project. Does wry support render to texture? I mean something like offscreen rendering?

PooyaEimandar avatar Aug 20 '21 21:08 PooyaEimandar

It's possible to do it but you would need to do it yourself with tao window creation. But I suppose it will render offscreen by default.

wusyong avatar Aug 22 '21 07:08 wusyong

After searching a bit, I think this feature is possible on Linux, and macOS which both use webkit underneath. Windows, however, is still an open issue.

wusyong avatar Jan 25 '22 08:01 wusyong

It's possible on Windows 10 and 11: https://github.com/jnschulze/flutter-webview-windows

anlumo avatar Sep 05 '22 20:09 anlumo

Could this workaround be integrated? @wusyong https://github.com/MicrosoftEdge/WebView2Feedback/issues/547#issuecomment-1925031256

TrueDoctor avatar Mar 30 '24 09:03 TrueDoctor