-
-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrong mobile detection #210
Comments
me too |
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" UPD: |
I'm having the same problem |
It was broken by this update to MobileDetect: https://github.com/serbanghita/Mobile-Detect/pull/936/files It was also fixed (reverted), you just need to remove composer lock file and run composer install again: |
Runs v2.6.4 on MacBook Pro (Chrome) - UserAgent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
the methodsagent->isPhone()
andagent->isMobile()
returnstrue
while
agent->isDesktop()
returns false.The text was updated successfully, but these errors were encountered: