Page 1 of 1

Offscreen Chromium ILoadHandler.OnFrameLoadEnd Method not wo

PostPosted: Sat Sep 05, 2020 3:50 am
by LeonShahar
Hi,

I have a CefSharp version 83 windowless console app in Windows 10 hosting an Offscreen Chromium control loading a local HTML resource.
The app receives OnLoadingStateChaged calls from the web-control, but it never gets either OnFrameLoadStart or OnFrameLoadEnd method calls when the application is launched as a child process
My code requires executing some JS, which can only be done from within a V8 context, which seems to be valid after loading the Frame


Any ideas why OnFrameLoadStart/OnFrameLoadEnd are not being called?

Thanks