mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Get device type defined by Firefox
This commit is contained in:
parent
4efb13be3e
commit
e1d3f25bf8
@ -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 : [[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user