Download

All XenForo Resources for only 35.00 $ Months.

Support

Support 24/7 via DM.

Payment

Paypal secure payment.

Refunds

Once you download any Premium files, refunds will not be issued..

Resource icon

Free Browser Detection 2.4.0

No permission to download
🟢 Thread author is currently active

Xenforo

Ice Admin
Staff member
Ice Staff
2 Level 2
22%
Joined
Jan 16, 2026
Messages
366
Highlights
2
Reaction score
98
Points
28
Xenforo submitted a new resource:

Browser Detection - A light-weight shim around[Mobile_detect for XenForo

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.

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

Read more about this resource...
 
Back
Top