mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
update chrome mobile regex
This commit is contained in:
parent
fbdb1dc7a6
commit
ed538f16f5
@ -283,7 +283,7 @@
|
||||
], [[NAME, /_/g, ' '], VERSION], [
|
||||
|
||||
/((?:android.+)crmo|crios)\/([\w\.]+)/i,
|
||||
/android.+chrome\/([\w\.]+)\s+(?:mobile\s?safari)/i // Chrome for Android/iOS
|
||||
/android.+(chrome)\/([\w\.]+)\s+(?:mobile\s?safari)/i // Chrome for Android/iOS
|
||||
], [[NAME, 'Chrome Mobile'], VERSION], [
|
||||
|
||||
/(chrome|omniweb|arora|[tizenoka]{5}\s?browser)\/v?([\w\.]+)/i,
|
||||
|
Loading…
x
Reference in New Issue
Block a user