mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
Merge branch 'fix_ipad'
This commit is contained in:
commit
2a808d0a64
@ -755,6 +755,9 @@
|
||||
/(iphone)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
], [[NAME, 'iPhone'], [VERSION, /_/g, '.']], [
|
||||
|
||||
/(ipad)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
], [[NAME, 'iPad'], [VERSION, /_/g, '.']], [
|
||||
|
||||
/(ip[honead]+)(?:.*os\s([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
], [[NAME, 'iOS'], [VERSION, /_/g, '.']], [
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user