Replies: 5 comments
-
Hey @wslsj888 - when you say "popup" could you add some detail on how the popup is being shown? Is this a web popup (like from |
Beta Was this translation helpful? Give feedback.
-
sorry, It is a wpf's popup. |
Beta Was this translation helpful? Give feedback.
-
If you are opening a new WPF popup it makes sense that it may try to take focus. If you need to move focus back to the WebView2 control you can do so using WebView2.Focus(). |
Beta Was this translation helpful? Give feedback.
-
I have tried WebView2.Focus() before. It does'n work. |
Beta Was this translation helpful? Give feedback.
-
Do you have a sample app you would be able to share the demonstrates the broken behavior? |
Beta Was this translation helpful? Give feedback.
-
such as title, the js events like 'mousemove' would not be called when the popup opened.
Beta Was this translation helpful? Give feedback.
All reactions