jenssegers / agent

👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect
https://jenssegers.com
MIT License
4.48k stars 472 forks source link

IsAndroidOS and isPhone #184

Open zkenstein opened 3 years ago

zkenstein commented 3 years ago

Hi, thanks for great library. I am curious what isnthe different between is IsAndroidOS and isPhone. Because when I setting up with isAndroid, if I view from PC will return the same layout.

Thanks

1Caxz commented 3 years ago

isPhone use to detect if the user using mobile-only, not a tablet. Please look at this #41.