mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Added RCA Devices detection
This commit is contained in:
committed by
Nikhil Motiani
parent
4768992762
commit
8e09cd49e3
@@ -545,4 +545,26 @@
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "RCA Voyager III Tablet",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 6.0.1; RCT6973W43 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "RCA",
|
||||
"model" : "RCT6973W43",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"desc" : "RCA Voyager II Tablet",
|
||||
"ua" : "Mozilla/5.0 (Linux; Android 5.0; RCT6773W22B Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36",
|
||||
"expect" :
|
||||
{
|
||||
"vendor" : "RCA",
|
||||
"model" : "RCT6773W22B",
|
||||
"type" : "tablet"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user