Page 2 of 2

Re: window.cefQuery is not a function

PostPosted: Wed Feb 01, 2023 2:58 am
by BorjaPascual
Thanks, I already solved it by making my browser handler inherit from CefRenderProcessHandler and passing it to CefExecuteProcess. Thank you all for your kind answers.

This leads me to another question that, since I am a newbie in CEF, might sound silly. If what was needed was to pass the app instance to CefExecuteProcess arguments, how comes that in cefsimple it is getting a nullptr and still works?