raroraca

Results 4 comments of raroraca

Hi All, Regarding the thread safety and blocking the UI thread, webview2 document has mentioned that we cannot use waitforsingleobject or Task.Result. https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/threading-model#block-the-ui-thread Instead, an example given to use await...

Hi @david-risney Thank you for the update. Tried to use the same recommendation, but seems did not worked for us. Following is the snip ``` HANDLE hEvent; std::wstring resultValue =...

@ysc3839 Thank for for sharing different flag options, But did not worked in the above case. When we use `COWAIT_DISPATCH_CALLS`, it blocks the call and breaks after sometime. Callback does...

Hi @david-risney, Thank you for verifying. The above code seems to be running in the example webview sample from Microsoft in only case of Inject Script. If we use the...