Created
June 18, 2020 18:03
-
-
Save aktaumag/df12fd39bd940a106e4669ff6c521c5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Убрать из мобильной версии всё, что для десктопной |
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
https://github.com/serbanghita/Mobile-Detect
Скачиваем файл Mobile_Detect.php и добавляем себе его в кукой-нибудь folder/path
В нужном месте (желательно в самом верху PHP файла, прописываем:
А там где нужно разделить мобильный код от десктопного применяем такой код
А ещё можно определить, что это браузер Chome, чтобы применить какие-то плюхи не поддерживаемые другими браузерами