Replies: 1 comment
-
I noticed something similar with the WinUI sample. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create win32 app , which will use webview2 to launch browser , do some authentication , and fetch token . Here , once I fetched my token in
add_WebResourceResponseReceived
, I am closing the browser window from my code . but it crashes inDispatchMessage
.Here is my code .I created a dll from above code . I am already running C++ application . from this application I am trying to call
getTokenFromWebView2
from this dll . After getting authToken , I have to close the browser window and return back to my C++ app . but it breaking after I callCloseBrowserAndCleanup
Beta Was this translation helpful? Give feedback.
All reactions