donatj / PhpUserAgent

Lightning Fast, Minimalist PHP User Agent String Parser.
https://donatstudios.com/PHP-Parser-HTTP_USER_AGENT
MIT License
565 stars 128 forks source link

Googlebot Mobile not Detected #72

Closed dutom007 closed 1 month ago

dutom007 commented 3 years ago

Hi,

For this user agent : Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.97 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)

parse_user_agent() return : browser => Chrome platform => Android version => 90.0.4430.97

donatj commented 3 years ago

Thank you for the report. I've already got my eye on a fix for (compatible; user agents in general. This should probably give me the little bit of a push I need to actually do it.

dutom007 commented 3 years ago

Great, happy to help :)