mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Added MachSpeed Tablets detection
This commit is contained in:
committed by
Nikhil Motiani
parent
f7ca724f3b
commit
72a11e24b2
@@ -776,4 +776,15 @@
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "MachSpeed Tablets",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 4.4.2; Trio 7.85 vQ Build/Trio_7.85_vQ) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "MachSpeed",
|
||||
"model" : "Trio 7.85 vQ",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user