Skip to content

Instantly share code, notes, and snippets.

@xavierskip
Last active October 24, 2020 14:49
Show Gist options
  • Save xavierskip/79755d5cd9edf0963ccd to your computer and use it in GitHub Desktop.
Save xavierskip/79755d5cd9edf0963ccd to your computer and use it in GitHub Desktop.
对于国内双核浏览器强制使用Webkit内核渲染页面
<meta name="renderer" content="webkit">
//360 6.X 以上可识别
<meta name="force-rendering" content="webkit">
//其他双核可识别
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
//对于没有自带 IE7 内核的浏览器 强制使用用户已安装的最高版本浏览器渲染, 有Chrome框架的优先使用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment