I’m seeing a consistent keyboard focus issue with **Construct 3 → WebView2 export**.
**Reproduce:**
1. Launch the WebView2 build.
2. Keyboard input works normally.
3. Click outside the app window *or* Alt+Tab to another window.
4. Alt+Tab back to the app.
**Result:**
The app regains window focus, but **keyboard input no longer works** until the user clicks inside the game window with the mouse.
**Expected:**
Keyboard input should resume automatically when the app regains focus via Alt+Tab.
This does not appear to be an event-sheet issue. It feels like the embedded WebView2 content isn’t regaining keyboard/DOM focus when the window is re-activated, so Construct never re-enables keyboard input.
**Questions:**
* Is this a known limitation/bug of the WebView2 export?
* Is there a recommended workaround (forcing focus back to the WebView, JS injection, or template change)?
* Has anyone found a reliable fix without requiring a mouse click?
Tested on latest C3 stable + latest WebView2 runtime.
Thanks