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

Edge (iOS) is parsed to "Mobile Safari"

wakamatsu-yui opened this issue · comments

My User-Agent of Edge on iOS is below.

Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 EdgiOS/45.7.12 Mobile/15E148 Safari/605.1.15
'(EdgiOS|EdgA)/(\d+)\.(\d+)\.(\d+)\.(\d+)'

In this regexes, patch version(5th placeholder) is required but missing ,
so it fallback to "Mobile Safari"