You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same for calling Browser.Print(). On Linux CefPrintHandler must be implemented for printing to work. Example implementation can be found in upstream cefclient.
The text was updated successfully, but these errors were encountered:
Fix OnBeforePluginLoad and change args, see docs.
Add -std=gnu++11 flag to catch OVERRIDE errors.
Minor enhancements to makefiles.
Update build instructions - install python dependencies to make sure
that the right version of Cython is installed (must be exactly 0.19.2).
For printing to work in off-screen-rendering mode it is enough to call gtk_init(). It is not required to provide window handle when calling SetAsOffscreen().
Same for calling Browser.Print(). On Linux CefPrintHandler must be implemented for printing to work. Example implementation can be found in upstream cefclient.
The text was updated successfully, but these errors were encountered: