wxWebViewChromium
wxWebViewChromium copied to clipboard
wxWebViewChromium, a Chromium backend for wxWebView using the Chromium Embedded Framework
I got an error "Could Not find CEF", can you help me?
I'd like to add support to allow wxWebViewChromium to work with wxPython 2.9.5. My initial thought is that: 1. A SWIG interface file will need to be written against webview_chromium.h...
Update the readme file, be more kind to beginners.
Since [1](https://code.google.com/p/chromiumembedded/wiki/ReleaseNotes), wxWebViewChromium3 supports for print API in CEF 3.1650.1562. @steve-lamerton please reviews it. Thanks!
Due to the CEF3 [issue 1216](https://code.google.com/p/chromiumembedded/issues/detail?id=1216), wxWebViewChromium `GetPageSource` and `GetPageText` API will trigger DCHECK macro when the web page is empty in Debug version, which will cause crash. The issue...
Build wxWebViewChromium with upstream CEF3 version `r1623`, there are several errors as below: ``` Error 1 error C2061: syntax error : identifier 'TerminationStatus' c:\users\hokein\github\wxwebviewchromium\webview_chromium3.h 104 Error 2 error C2061: syntax...