Java应用程序的浏览器兼容性问题

时间:2016-09-20 06:10:00

标签: html browser

我们如何检查应用程序中的浏览器兼容性问题。例如,如果一个应用程序只与IE兼容,我们需要让它在Chrome和Mozilla上运行,为此采取了哪些关键步骤?我们是否必须更改html版本或包含任何cdn等?

1 个答案:

答案 0 :(得分:0)

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

在开头和headClosing之间添加此代码