Page 1 of 1

Modifying CEFSimple for JavaScript binding not working

PostPosted: Wed Sep 07, 2016 7:42 pm
by marifca
Hi,

I modified the CEFsimple application for accepting queries through JavaScript binding but it's not working. Need your help on this or need an example already modified. I want to use HTML, CSS and JavaScript for UI development of a C++ desktop application.

I put a breakpoint on OnQuery method but it is not even going there when I click a button on the embedded web page. I am using the "binding.html" of the cefclient project for 'clicking' a button.

Please see the code attached. (VS2013 project, cef_binary_3.2556.1368.g535c4fb_windows32)

Thanks,