• Модуль: mobileapp
  • Путь к файлу: ~/bitrix/modules/mobileapp/lib/mobile.php
  • Класс: BitrixMobileAppMobile
  • Вызов: Mobile::isLarge
public function isLarge()
{
	return ($this->getScreenCategory() == "LARGE" || $this->getScreenCategory() == "XLARGE");
}