cbschuld / Browser.php

A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/
MIT License
580 stars 303 forks source link

Mac detected as iPad #54

Open cariacou opened 7 years ago

cariacou commented 7 years ago

My mac is erroneously being detected as an iPad ($brower->getPlatform()) .

Safari reports: iPad Chrome reports: Apple Firefox reports: Apple

device: MacbookPro13,2 Safari Version 10.0.1 (12602.2.14.0.7)

any help would be appreciated

cbschuld commented 5 years ago

@cariacou - do you have the user agent that was sent? I know this is very old; finally getting cycles to look into this.