mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Added Trinity Tablets detection
This commit is contained in:
committed by
Nikhil Motiani
parent
72a11e24b2
commit
a6316f02b0
@@ -787,4 +787,15 @@
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "Trinity Tablets",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 5.0.1; Trinity T101 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "Trinity",
|
||||
"model" : "T101",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user