#chromiumembeddedframework — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #chromiumembeddedframework, aggregated by home.social.
-
I cannot figure out how to add JS bindings to a CEF app.
I made the app class extend CefRenderProcessHandler, I implemented GetRenderProcessHandler, and added an override for OnContextCreated.
But... it just does nothing? using the logging macros doesn't work either. or debug breakpoints. I have literally tried everything I can think of at this point, but nothing causes it to trigger OnContextCreated.
What am I doing incorrectly???