mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
Get device type defined by Firefox
This commit is contained in:
@@ -224,7 +224,10 @@
|
|||||||
/android\s3\.[\s\w-;]{10}(lg?)-([06cv9]{3,4})/i // LG
|
/android\s3\.[\s\w-;]{10}(lg?)-([06cv9]{3,4})/i // LG
|
||||||
], [['vendor', 'LG'], 'model', ['type', 'Tablet']], [
|
], [['vendor', 'LG'], 'model', ['type', 'Tablet']], [
|
||||||
/(lg)[e;\s-\/]+(\w+)*/i
|
/(lg)[e;\s-\/]+(\w+)*/i
|
||||||
], [['vendor', 'LG'], 'model', ['type', 'Mobile']]
|
], [['vendor', 'LG'], 'model', ['type', 'Mobile']], [
|
||||||
|
|
||||||
|
/(mobile|tablet);.+rv\:.+gecko\//i // Unidentifiable
|
||||||
|
], ['type', 'vendor', 'model']
|
||||||
],
|
],
|
||||||
|
|
||||||
engine : [[
|
engine : [[
|
||||||
|
|||||||
Reference in New Issue
Block a user