适用于 jQuery Mobile 的用户代理列表
我想实现 jQuery Mobile,但仅限于移动浏览器。
是否有一个简单的用户代理检测功能,它接受用户代理字符串并根据浏览器是否应该获取普通网站或移动网站返回 true/false?
这基本上是正则表达式匹配和编程语言无关的。但我会在服务器端的 Ruby on Rails、PHP 或 Cold Fusion 以及客户端的 JavaScript 中使用它。
I want to implement jQuery Mobile, but only for mobile browsers.
Is there a simple User Agent detection function that takes a User Agent string and returns true/false based on whether the browser should get a normal website or a mobile website?
This would basically be regular expression matching and programming language agnostic. But I would be using this in Ruby on Rails, PHP, or Cold Fusion on the server-side and in JavaScript on the client-side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会有所帮助:
http://detectmobilebrowser.com/
另外,http://mobiforge.com/developing/blog/deviceatlas-jquerymobile 显然实际上检测到了对支持 JQM 的浏览器的支持。不幸的是它不是免费的!
This may be of some help:
http://detectmobilebrowser.com/
Also this, http://mobiforge.com/developing/blog/deviceatlas-jquerymobile which apparently actually detects support for JQM-capable browsers. Unfortunately its not free!