MobileDetectBundle icon indicating copy to clipboard operation
MobileDetectBundle copied to clipboard

Check browser in Twig

Open diriy opened this issue 5 years ago • 1 comments

How is it possible to check which browser is used in Twig? It is written that it is possible in php code but I couldn't find a proper Twig filter for it:

$mobileDetector->isChrome();
$mobileDetector->isSafari();

How can I check if it is Mozilla Firefox in Twig?

diriy avatar Oct 07 '19 17:10 diriy

extend the extension, or return a variable from your controller. I only need to check in one place and one browser, so I am returning a variable from controller.

Snowbell92 avatar Mar 22 '20 11:03 Snowbell92