MicrosoftEdge/WebView2Feedback

[Problem/Bug]: Touching to select text will display a mini menu and is not interactive

Richasy opened this issue · 0 comments

What happened?

I'm developing a reader based on WebView2, with my own word-swiping menu, but when I use the touch screen to select text, the default mini menu pops up and covers the text below, which makes my menu not work.

Screenshot 2024-11-29 095338

And this default mini menu is not interactive, nothing happens when clicking the button.

I hope it is disabled by default in WebView2, just like #2140 .

BTW, I tried --disable-features=msWebOOUI,msPdfOOUI, not work.

Importance

Blocking. My app's basic functions are not working due to this issue.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

131.0.2903.70

SDK Version

1.0.2903.40

Framework

WinUI3/WinAppSDK

Operating System

Windows 11

OS Version

26100.2454

Repro steps

Prepare a touch screen first.

  1. Create WebView2 control (I just test in WinUI3)
  2. Navigate to any web page.
  3. Touching to select text, the mini menu will popup. its only contain copy and overflow button, and they are inoperable.

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