ICoreWebView2GetCookiesCompletedHandler is not called if the WebView is idle
Balash, Omer
1
Reputation point
Hello,
I am using ICoreWebView2CookieManager and am trying to fetch a list of cookies via GetCookies. If i have a WebView that is constantly navigating to various pages it is eventually called. But if i have a hidden WebView, that does nothing but idle. The handler is never called. I am certain that my event loop is running, the callback is just not called. Could you please recommend a way to ensure this will be invoked without explicit user interaction?
Thanks,
Omer
Sign in to answer