jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
207 stars 120 forks source link

WebView renders Fuzzy #238

Open ssiddabattula opened 1 year ago

ssiddabattula commented 1 year ago

When using the Webview_Windows in Flutter Windows Desktop app as a widget, web pages are rendering fuzzy. Our app is a canvas white boarding app with several widgets on the canvas. When we open Web Pages in Webview, they are rendering blurry/Fuzzy and almost unusable. The webview is added on canvas as a widget where user can move it, resize it with shape handles, and also draw over it. We have tried setting DPI Awareness in the manifest file, Zoom factor and there is no change in the rendering, basically it is unusable.

lycstar commented 1 year ago

https://github.com/jnschulze/flutter-webview-windows/issues/200 https://github.com/jnschulze/flutter-webview-windows/pull/203

vorte commented 1 year ago

@ssiddabattula A fix has been merged to master, but there has been no release to pub.dev since then. You can use the latest commit as a workaround.

The downside is that GPU usage seems to go up when using the latest changes.