• 本站招聘各个版块版主共同发展,有意可私聊站长
资源图标

Browser Detection 2.3.1

没有下载权限

庆祝国庆中秋本站暂时关闭邀请码注册 https://t.me/tearcc

无名

Administrator
管理成员
站长
Lv0
Lv1
Lv2
11
消息得分
注册
2023-10-25
消息
2,641
反馈评分
38
无名 提交新资源:

Browser Detection - Browser Detection

A light-weight shim around Mobile_detect for XenForo 2



Usage (in templates)

The add-on injects the global variable $xf.mobileDetect, check that the variable is set before calling any methods to prevent errors during upgrades or if the add-on is disabled.







CSS:



<xf:if is="$xf.mobileDetect && $xf.mobileDetect.isMobile()">
Is Mobile
<xf:else />
Not Mobile
</xf:if>






HTML:



<xf:if is="$xf.mobileDetect &&amp...

阅读关于此资源更多信息...
 
后退
顶部