You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
When focusing a WebView, it is hard to switch focus again.
When creating a flet web app, and using flet webView and a keyboard event, the webView captures all focus of the keyboard events.
Here a short example:
as soon as i press into the webview, the keyboard events on the flet page do not get fired.