faisalman / ua-parser-js

UAParser.js - The Essential Tool for User-Agent Detection in JavaScript & Web Development.
https://uaparser.dev/
GNU Affero General Public License v3.0
8.85k stars 1.18k forks source link

Quest 3 device model is not parsed correctly #708

Closed Ledzz closed 4 months ago

Ledzz commented 4 months ago

The UA string for Quest 3 is Mozilla/5.0 (X11; Linux x86_64; Quest 3) AppleWebKit/537.36 (KHTML, like Gecko) OculusBrowser/31.4.0.6.51.566757996 Chrome/120.0.6099.283 VR Safari/537.36. The result.device.model detected is Quest, but it should be Quest 3. I guess the fix will be almost the same as in #621