No invoke of callback function while other dialog moves #4030
Replies: 5 comments
-
Hi could you please provide some more information about this?
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @skubidu1324 , apologies for the delay in responding to this. Could you provide us with either a repro app or a dump of the app and browser process when you are experiencing this so we can take a look? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. Do you have an email address that I can send the dumps to? |
Beta Was this translation helpful? Give feedback.
-
@yildirimcagri : Something I can do? Where can I send the dumps to? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an application in which we can open a dialog containing a WebView2. Now we have the strange behavior that if you move another dialog (with or without WebView2) while the Webview2 initializes the controller or starts a URL via
NavigateStarting
the Webview2 no longer invokes its callback function (CoreWebView2InitializationCompleted
orNavigationCompleted
).We have already tried to turn on logging with
--enable-logging --v=1 --log-file=c:\temp\webview.log
and compare the logging with and without moving the other dialog but without any success.
Pausing and looking at the call stack didn't bring any results either because there was no differences. How can we debug the WebView2 to find out what exactly is causing the error that the WebView2 not invokes the callback? Each additional WebView2 can't be initialized, so that only a restart of the entire application helps.
Edit:
• Framework: MFC application which calls a WinForms dialog
• SDK and Runtime version: FixedVersionRuntime.108.0.1462.76.x86 and FixedVersionRuntime.110.0.1587.56.x86
• Operating System: Windows (7,10,11)
Beta Was this translation helpful? Give feedback.
All reactions