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
When we implement WebView2CompositionControl to open webpage that contains code below. The double-click on paragraph isn't working.
`
Double-click this paragraph to trigger a function.
<script>
function myFunction() {
document.getElementById("demo").innerHTML += "Hello World ";
}
</script>`
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
132.0.2957.140
SDK Version
1.0.3065.39
Framework
WPF
Operating System
Windows 11
OS Version
22631.4751
Repro steps
The code snippet below with navigate to simple html code below is enough to reproduce the issue.
webviewapp.yaml code snippet.
`
<wv2:WebView2CompositionControl Name="webView" />
What happened?
When we implement WebView2CompositionControl to open webpage that contains code below. The double-click on paragraph isn't working.
`
Double-click this paragraph to trigger a function.
<script> function myFunction() { document.getElementById("demo").innerHTML += "Hello World "; } </script>`Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
132.0.2957.140
SDK Version
1.0.3065.39
Framework
WPF
Operating System
Windows 11
OS Version
22631.4751
Repro steps
The code snippet below with navigate to simple html code below is enough to reproduce the issue.
webviewapp.yaml code snippet.
`
<wv2:WebView2CompositionControl Name="webView" />
<wv2:WebView2CompositionControl Name="webView2"/>`
index.html code snippet.
`
Double-click this paragraph to trigger a function.
<script> function myFunction() { document.getElementById("demo").innerHTML += "Hello World "; } </script>`WpfTestdotNetFW.zip
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: