Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check browser in Twig #136

Open
diriy opened this issue Oct 7, 2019 · 1 comment
Open

Check browser in Twig #136

diriy opened this issue Oct 7, 2019 · 1 comment

Comments

@diriy
Copy link

diriy commented Oct 7, 2019

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?

@Snowbell92
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants