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

Fix #230: Prevent WebView from stealing focus #294

Closed huycn closed 3 months ago

huycn commented 3 months ago

Cancelled as it's not working as expected: the focus stays in the main window, but the focus is still taken away from other controls within same app (and no way to take it back).