Skip to content

Instantly share code, notes, and snippets.

@aktaumag
Created June 18, 2020 18:03
Show Gist options
  • Save aktaumag/df12fd39bd940a106e4669ff6c521c5f to your computer and use it in GitHub Desktop.
Save aktaumag/df12fd39bd940a106e4669ff6c521c5f to your computer and use it in GitHub Desktop.
Убрать из мобильной версии всё, что для десктопной
@aktaumag
Copy link
Author

CMS Bitrix
Уже встроено

use \Bitrix\Conversion\Internals\MobileDetect;
$detect = new MobileDetect;
if($detect->isMobile())
{
    // мобильное устройство
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment