mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Added Dell Venue Tablet detection
This commit is contained in:
committed by
Nikhil Motiani
parent
985a7b18e0
commit
a25426840c
@@ -600,4 +600,26 @@
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "Dell Venue 8 Tablet",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 4.4.2; Venue 8 3830 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "Dell",
|
||||
"model" : "Venue 8 3830",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "Dell Venue 7 Tablet",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 4.4.2; Venue 7 3730 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "Dell",
|
||||
"model" : "Venue 7 3730",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user