mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-19 08:50:34 +03:00
Add new XR device & OS: Pico - https://www.picoxr.com/global
This commit is contained in:
@@ -733,6 +733,8 @@
|
||||
|
||||
/droid.+; (glass) \d/i // Google Glass
|
||||
], [MODEL, [VENDOR, GOOGLE], [TYPE, XR]], [
|
||||
/(pico) (4|neo3(?: link|pro)?)/i // Pico
|
||||
], [VENDOR, MODEL, [TYPE, XR]], [
|
||||
/(quest( \d| pro)?)/i // Oculus Quest
|
||||
], [MODEL, [VENDOR, FACEBOOK], [TYPE, XR]], [
|
||||
|
||||
@@ -836,6 +838,7 @@
|
||||
// Console
|
||||
/(nintendo|playstation) (\w+)/i, // Nintendo/Playstation
|
||||
/(xbox); +xbox ([^\);]+)/i, // Microsoft Xbox (360, One, X, S, Series X, Series S)
|
||||
/(pico) .+os([\w\.]+)/i, // Pico
|
||||
|
||||
// Other
|
||||
/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, // Joli/Palm
|
||||
|
||||
Reference in New Issue
Block a user