We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$this->detector->isMobile() raise true on tablet Test on Ipad2/Safari, Samsung/Firefox and Huawei Firefox
$this->detector->isMobile()
Use with Symfony 3.4.9, MobileDetect V1.1
The text was updated successfully, but these errors were encountered:
I have the same problem. Please note in my config.yml is:
mobile_detect: redirect: detect_tablet_as_mobile: false
Dont know if that also has any impact on twig functions or is strictly redirect-based...
Sorry, something went wrong.
I tried same approach as @StanislavUngr with no luck.
Emulating iPad (using Chrome device emulation) gives matches on both is_phone() and is_tablet().
MobileDetect v1.1.1, Symfony 4.4.11
No branches or pull requests
$this->detector->isMobile()
raise true on tabletTest on Ipad2/Safari, Samsung/Firefox and Huawei Firefox
Use with Symfony 3.4.9, MobileDetect V1.1
The text was updated successfully, but these errors were encountered: