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

Windows some urls becomes blank #260

Open dimityrivanov opened 1 year ago

dimityrivanov commented 1 year ago

Hey guys,

I am using this package on windows to show webview inside Dialog as Widget.

My problem is when I try to open https://firebase.google.com/ inside it over some time the page just become blank and with just the default background but when I do the same and open google.com for example I does not experience any issues I am using webview: 0.2.2 library version.

Any idea why this might happend ?