ua-parser / uap-core

The regex file necessary to build language ports of Browserscope's user agent parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic Computer instead of Other

dcolazin opened this issue · comments

Many user agents (15% in my case) have a "Other" device, as the info about brand and model is not sent. (Still in my case) more than the 75% of those "Other" devices use a Windows operating system. If it is possible to assume that all those agents are computers, it might be useful to introduce the "Generic Computer" device, as already there is the "Generic Smartphone". If this assumption is correct, a simple regex and the end of the device parsers (like the one for Apple devices) might be useful.