You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On OnePlus's Chrome browser, the user agent is Mozilla/5.0 (Linux; Android 7.1.1; ONEPLUS A3000 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
UAParser fails to detect vendor and model even if it's clearly present in the UA string. It gives: {vendor: undefined, model: undefined, type: "mobile"}
The text was updated successfully, but these errors were encountered:
On OnePlus's Chrome browser, the user agent is
Mozilla/5.0 (Linux; Android 7.1.1; ONEPLUS A3000 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36
UAParser fails to detect vendor and model even if it's clearly present in the UA string. It gives:
{vendor: undefined, model: undefined, type: "mobile"}
The text was updated successfully, but these errors were encountered: