01, open-webkit-sharp default does not exist JS dialog box, if you need to display alert box, you need to capture in Showjavascriptalertpanel, and then display the dialog box;
02, Open-webkit-sharp kernel Older, so the font will be more coarse (the old version is so), can be mitigated by webKitBrowser.Appearance.FontSmoothing, temporarily unable to cure;
03, the above all projects, must be in the X86 environment, in order to normal work, or run a direct error; some projects also need to uncheck the "Start Visual Studio hosting process";
04, in the long run, should choose Xilium.cefglue, but this is unable to solve the "JS call C # method" problem, so forced to choose Open-webkit-sharp as a compromise scheme;
05, in the XP environment, Xilium.cefglue JS dialog box and the default theme conflict, will be misplaced, change the theme can be resolved;
06, Open-webkit-sharp need to install VC2005, VC2008, VC2010 components in order to work properly, otherwise there will be a variety of error;
07, Cefsharp need to install VC2012 x86 11.0.60610.1 components to run, it must be this version, others are useless; When compiling the code, you need to reset the "platform toolset" to support XP mode;
08, cefsharp Web page loading process (not loaded), if this time quit the program, it will cause the process can not exit, in addition to the XP environment, there are more serious processes will not exit the problem;
09, Cefsharp for CSS3, JS analytic effect is inferior to xilium.cefglue, compare, will find cefsharp relatively slow, will card, have slight pause and so on;
10, Xilium.cefglue has solved the "JS call C # method" problem, but need to write JS code in the program backstage, the implementation is very cumbersome, very inflexible;
11, Xilium.cefglue has successfully encapsulated the class library binding ' s CLR Object, now just define the variable name, and then new Class (), you can complete the automatic binding, no longer need to write JS in the background, very convenient;
12. As long as the project is based on CEF, you must install the NPAPI version of the Adobe Flash component, or you will not be able to play the animation. The chrome system installs the PPAPI version by default and can be supported if it is registered with the command line.
WebKit comparison of several kernel versions