Browser Detection

Browser Detection 2.4.0

Нет прав на скачивание
  • Создатель Темы Создатель Темы newimage
  • Дата начала Дата начала
Присоединился
Июнь 28, 2020
Сообщения
2,208
Оценка реакций
5,999
Credits
$7,138
newimage submitted a new resource:

Browser Detection 2.0.2 - Browser

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.




Code:


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




Code...

Read more about this resource...
 
Вверх