Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Richasy opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Richasy
Copy link

Richasy commented Nov 29, 2024

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

@Richasy Richasy added the bug Something isn't working label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant