Added Facebook application browser

This commit is contained in:
Dmitry Tyschenko 2015-02-05 12:31:47 +02:00
parent f6b22d6654
commit af9fc69161
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -280,6 +280,9 @@
/android.+version\/([\w\.]+)\s+(?:mobile\s?safari|safari)/i // Android Browser
], [VERSION, [NAME, 'Android Browser']], [
/FBAV\/((\d+)?[\w\.]+);/i // Facebook App for iOS
], [VERSION, MAJOR, [NAME, 'Facebook']], [
/version\/([\w\.]+).+?mobile\/\w+\s(safari)/i // Mobile Safari
], [VERSION, [NAME, 'Mobile Safari']], [