Description
What happened?
My Winui3 and webview2 app is used by users that uses both touchscreen and mouse click in combination.
So whenever a touch event is happening, mouse click does not work / is not registered in the webview.
No errors in webview console or in visual studio.
If we re-size the window, then mouse click works again.
This started happening 12th of february.
We are trying to rollback to a later version of edge to see if the issue goes away, but for time being we havent been able to do so.
Any help appreciated.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
133.0.3065.69
SDK Version
1.6.250205002
Framework
WinUI3/WinAppSDK
Operating System
Windows 10
OS Version
19045.5371
Repro steps
I've created a repository that easily reproduce the issue.
https://github.com/knuterik91/WinUi3WebView2TouchAndMouseIssue/tree/main
The application also logs mouse and touch events in the ui.
Need a computer with a touchscreen.
1.Clone the repo and follow the readme.
2.run the application
3. Click on the button with your mouse, and see that current time and date is shown and gets updated for every click.
4. use the touchscreen and touch inside the webpage.
5. try to click the button again. ** does not work **
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response
Activity