- 2023-10-25
- 2,641
- 38
无名 提交新资源:
Browser Detection - Browser Detection
阅读关于此资源更多信息...
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 &&...
阅读关于此资源更多信息...