CallJS Updated
I've updated the CallJS sample project with current WebKit binaries.
* Now uses the WebKit COM API call "WebKitCreateInstance", which greatly simplifies using WebKit. No more having to figure out the right incantation to get the manifest files built properly.
* Cleaned up some of the MFC code.
* Updated to current ICU and other support files.
Enjoy!
UPDATE: Corrected CallJS example link.
* Now uses the WebKit COM API call "WebKitCreateInstance", which greatly simplifies using WebKit. No more having to figure out the right incantation to get the manifest files built properly.
* Cleaned up some of the MFC code.
* Updated to current ICU and other support files.
Enjoy!
UPDATE: Corrected CallJS example link.
Comments
I'm really hoping to get an understanding for how to use WebKit in this way to help port a Cocoa/WebView app to Windows, but keep running into brick walls.
Thanks for the update. Now to dig through it and understand how it all maps to the Cocoa version!
thanks for your great work! I build the example and execute the program, but i found that the textarea and the input in the webview cannot be edited, backspace key is enabled, but other keys in the keyboard is disabled, can you help me with this?
Thanks!