IE 6 和 7 被检测为移动设备
我们正在使用 wurfl-device-resolver 来处理访问我们应用程序的移动设备,一切都非常顺利。但是 Internet Explorer 被检测为移动设备。我们已经添加了官方 Web 浏览器 xml 补丁,本应解决此问题,但没有结果。这就是设备解析器配置的样子:
<mvc:interceptors>
<bean id="deviceResolver" class="org.springframework.mobile.device.mvc.DeviceResolverHandlerInterceptor">
<constructor-arg>
<device:wurfl-device-resolver root-location="/WEB-INF/wurfl/wurfl.zip" patch-locations="/WEB-INF/wurfl/web_browsers_patch.xml"/>
</constructor-arg>
</bean>
</mvc:interceptors>
有什么想法吗?
We are using wurfl-device-resolver to handle mobile devices that access our application and everything is working as a charm. However Internet Explorer is being detected as a mobile device. We already added the official web browser xml patch that is supposed to solve this but with no results. This is how the device resolver configuration looks like:
<mvc:interceptors>
<bean id="deviceResolver" class="org.springframework.mobile.device.mvc.DeviceResolverHandlerInterceptor">
<constructor-arg>
<device:wurfl-device-resolver root-location="/WEB-INF/wurfl/wurfl.zip" patch-locations="/WEB-INF/wurfl/web_browsers_patch.xml"/>
</constructor-arg>
</bean>
</mvc:interceptors>
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论