【问题标题】:Detect Whether Device Supported by jQuery Mobile检测设备是否被 jQuery Mobile 支持
【发布时间】:2012-04-14 00:44:12
【问题描述】:

有没有办法测试给定设备是否专门在jQuery Mobile Supported Platforms 列表中,最好是支持等级(A、B、C)?

我知道user agent matching(以及它的缺陷)。那不是我所追求的。如果 jQuery Mobile 中有类似jQuery Support 的内容,表明该设备是目标移动平台并且支持哪些功能,那将是理想的。

【问题讨论】:

    标签: jquery-mobile


    【解决方案1】:

    您可以通过以下方式判断浏览器是否为A级:

    $.mobile.gradeA()
    

    返回true/false

    【讨论】:

    猜你喜欢
    • 2011-07-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多