mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 07:02:16 +03:00
test.js bug
This commit is contained in:
@@ -205,6 +205,9 @@
|
||||
|
||||
browser : [[
|
||||
|
||||
/APP-([\w\s-\d]+)\/((\d+)?[\w\.]+)/i // KTA App
|
||||
], [NAME, VERSION, MAJOR], [
|
||||
|
||||
// Presto based
|
||||
/(opera\smini)\/((\d+)?[\w\.-]+)/i, // Opera Mini
|
||||
/(opera\s[mobiletab]+).+version\/((\d+)?[\w\.-]+)/i, // Opera Mobi/Tablet
|
||||
@@ -507,6 +510,8 @@
|
||||
],
|
||||
|
||||
engine : [[
|
||||
/APP-([\w\s-\d]+)\/((\d+)?[\w\.]+)/i // KTA App
|
||||
], [[NAME, 'Mobile-App'], VERSION], [
|
||||
|
||||
/(presto)\/([\w\.]+)/i, // Presto
|
||||
/(webkit|trident|netfront|netsurf|amaya|lynx|w3m)\/([\w\.]+)/i, // WebKit/Trident/NetFront/NetSurf/Amaya/Lynx/w3m
|
||||
|
||||
Reference in New Issue
Block a user