GET无法正确检测我的浏览器

时间:2014-03-28 19:57:44

标签: java javascript gwt

当我在IE9下运行我的APP时,它失败了很多JS错误,即使我用IE9运行我的APP,我也会收到附加消息。这会混淆我的代码,因为js中的元素不接受IE6下的addEventListener。 这是我的GWT.xml文件

       <module rename-to="MyModuleName">
       <inherits name="com.google.gwt.user.User" />
   <inherits name="com.google.gwt.http.HTTP"/>
    <inherits name="com.google.gwt.xml.XML"/>
   <inherits name="com.google.gwt.i18n.I18N"/>
       <inherits name="com.googlecode.gwt.charts.Charts"/>      
      <set-property name="user.agent" value="ie9"/>
      <entry-point class="com.test.MyModuleName"/>
    </module>

enter image description here 感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

IE8 +如果切换到怪癖模式,将使用ie6排列。让您拥有触发标准模式的文档类型(最简单的是<!doctype HTML>)和/或包含<meta http-equiv="X-UA-Compatible" content="IE=Edge">