mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Added Envizen Tablets detection
This commit is contained in:
committed by
Nikhil Motiani
parent
951106c425
commit
8d826fcc24
@@ -754,4 +754,15 @@
|
||||
"type" : "mobile"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "Envizen Tablet V100MD",
|
||||
"ua" : "Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; V100MD Build/V100MD.20130816) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "Envizen",
|
||||
"model" : "V100MD",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user