3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

Mac device recognized as other #34

Closed yellowandy closed 9 years ago

yellowandy commented 10 years ago

Hi, thanks for the great module, really enjoy it. Quick question, the following UA string:

'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36',

results in the device being set to 'Other', what are your thoughts about it containing Macintosh or Desktop since that is the 'device' the user is actually using?

steven-bowdridge commented 10 years ago

I second this. I'm on Macbook Air and see device parsed as Other.

3rd-Eden commented 9 years ago

Parsed as Mac OSX in latest release.

sourcec0de commented 6 years ago

This seems to have regressed as of 2.2.1

LvChengbin commented 1 year ago

I encountered the same problem