How to set FEATURE_BROWSER_EMULATION to IE8 mode?

后端 未结 3 534
-上瘾入骨i
-上瘾入骨i 2020-12-08 23:58

We are using an embedded SWT Browser in a Java application. The SWT Browser wraps an IE8 WebBrowser Control object. I am running into the well-known issue that by default, t

3条回答
  •  伪装坚强ぢ
    2020-12-09 00:42

    Check the compatibility view settings in standalone IE (Tools > compatibility view settings). Is your page listed in the 'sites to display in compability view list' or is the 'show all sites in compatiblity view' box checked? With that reg value set to 8000, webbrowser control still honors compatibility view settings.

提交回复
热议问题