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

Android browser incorrectly parsed as Safari

shahafve opened this issue · comments

Mozilla/5.0 (Linux; Android 10; CLT-AL00 Build/HUAWEICLT-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36

Response: {'user_agent': {'family': 'Safari', 'major': '4', 'minor': '0', 'patch': None}}
Should be Android Browser.

Happens only in Android 9 and 10.

Thanks.