admin管理员组文章数量:1303404
Which user.agent properties are available for GWT 2.6 I found:
gecko1_8, safari, ie10, ie8,ie9,opera
When you want to use ie8,ie9,opera you have to enable them with:
<extend-property name="user.agent" values="ie8,ie9,opera" />
Did I miss any user agent? Which permutation is used by IE11?
Which user.agent properties are available for GWT 2.6 I found:
gecko1_8, safari, ie10, ie8,ie9,opera
When you want to use ie8,ie9,opera you have to enable them with:
<extend-property name="user.agent" values="ie8,ie9,opera" />
Did I miss any user agent? Which permutation is used by IE11?
Share Improve this question asked Jan 29, 2014 at 20:40 MichaelMichael 33.3k50 gold badges223 silver badges374 bronze badges1 Answer
Reset to default 8You only need to <extend-property>
for ie6 and opera, which are disabled by default (and will be removed in the next version).
IE11 uses the same permutation as Firefox, i.e. gecko1_8.
本文标签: javaUserAgent for GWT 26Stack Overflow
版权声明:本文标题:java - User.Agent for GWT 2.6? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741725714a2394608.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论