jnschulze / flutter-webview-windows

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

It is like a transparent mask covered the desktop and shortcuts on left canot be clicked, after initialize excute. #262

Open lfg929 opened 1 year ago

lfg929 commented 1 year ago

os: win11 webview-windows: 0.3.0 flutter: 3.13.0

Predidit commented 2 months ago

I recently encountered this issue as well. For all friends facing this problem, I might have a temporary solution.

The issue occurs when webview is added to widget tree but its height is set to 0. Using other methods to hide webview will resolve this problem.

I am trying to locate this issue in the code of webview_windows, and if I make progress, I will open a PR to close the issue.