agent icon indicating copy to clipboard operation
agent copied to clipboard

👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect

Results 86 agent issues
Sort by recently updated
recently updated
newest added

$agent->isTablet() is not working properly...still detect my device as mobile not tablet....

UserAgent: ``` Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.0.1896 Yowser/2.5 Safari/537.36 ``` Code: ``` $browser = $agent->browser(); $platform = $agent->platform(); $version = $agent->version($platform); ```...

The mobile app built using QT hybrid application and we are not able to get it work using any of the following methods: Agent::isMobile() Agent::isTablet() Agent::isAndroidOS() The only method work...

Hi! Just like the title says, I just noticed that the iOS Chrome browser returns false to `isMobile()`. I will see what I can do about this. If anyone beats...

When i run these command composer require jenssegers/agent i am getting error of ![image](https://cloud.githubusercontent.com/assets/22996298/26302448/bbaea1ce-3efd-11e7-80ed-7a4e2799f4ec.png)

Got the following results from a user that reported to be on a Blackberry: ``` Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Safari/537.36 platform Linux browser Chrome version...

when i am testing it in to normal mode of chorme browser is showing chorme this is right but when i testing it into chorme device toolbar (iPhone 6s) it...

I am using v.2.3 in Laravel 5.2. The GrapeShot crawler using the following user agent is not recognized as a bot: Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; http://www.grapeshot.co.uk/crawler.php) It is incorrectly being returned...

Under what circumstances all agent data might be unavailable if it's not a robot? I'm logging requests in my app and I'm getting a bunch of entries like that.

Hi, i am new to laravel and I wonder if there is any way I can use the Agent directly on my blade file so that according to him I...