Issues with CoreWebView2 Settings Not Applying to New Windows in WebView2 #4643
Unanswered
timepasser00
asked this question in
Q&A
Replies: 1 comment
-
I don't think there's a way to get an event that's been released yet The embedded webview.CoreWebView2.NewWindowRequested event has not yet provided a good experience for hands-on experience There might be some weird grammar, but I hope it's delivered well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm encountering an issue with WebView2 where the CoreWebView2 settings do not apply in certain scenarios. Specifically, when I perform the following actions:
Click on "Share" and then select Twitter, a new window opens, but the CoreWebView2 settings are not applied to this window. Additionally, the new window requested event callback is not received.
Open a tool window, and again, the CoreWebView2 settings are not applied, and the new window requested event callback is not received.
Has anyone else experienced similar issues? How can I ensure that the CoreWebView2 settings are applied to these new windows and that the new window requested event callback is properly received?
Any help or suggestions would be greatly appreciated!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions