使用 Browser.Mobile 文件进行 ASP.NET IsMobileBrowser 检测 使用 Sea Monkey 进行错误检测
我将 Request.Browser.IsMobileDevice 与 App_Browsers/Devices 文件夹中的 MDBF 文件结合使用 (http:// mdbf.codeplex.com/)
现在使用Sea Monkey浏览器(最新版本2.0.7)IsMobileDevice返回true。为什么会出现这种情况,因为 Sea Monkey 显然不是移动浏览器。事实上,我知道它使用了很多与 FireFox 相同的核心(它不会返回 true)
对此有什么见解吗?
I am using Request.Browser.IsMobileDevice in conjunction with the MDBF file that goes in the App_Browsers/Devices folder (http://mdbf.codeplex.com/)
Now using Sea Monkey browser (latest version 2.0.7) IsMobileDevice returns true. Why might this be the case as clearly Sea Monkey is not a mobile browser. In fact, I had the understanding it used a lot of the same core as FireFox (which does not return true)
Any insight on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
mdbf 是他的最后一个版本。我认为你应该将 mdbf 更改为 wurfl,例如使用 51 Degrees api。
mdbf was his last release. I think you should change mdbf for wurfl, for example using 51degrees api.