- Son görülme
- Katılım
- 9 Mar 2022
- Mesajlar
- 4,974
- Ödüller
- 9
- Hobi/Meslek
Xon submitted a new resource:
Browser Detection - A light-weight shim around[Mobile_detect for XenForo
Read more
Browser Detection - A light-weight shim around[Mobile_detect for XenForo
A light-weight shim around Mobile_detect for XenForo 2
Usage (in templates)
The add-on injects the global variable$mobileDetect
, check that the variable is set before calling any methods to prevent errors during upgrades or if the add-on is disabled.
HTML:
Click to expand...Kod:<xf:if is="$mobileDetect && $mobileDetect.isMobile()"> Is Mobile <xf:else /> Not...
Read more