mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
added detection and tests for firefox on firefox os
This commit is contained in:
@@ -148,8 +148,10 @@
|
||||
if (android) {
|
||||
o.android = t
|
||||
o.mobile = t
|
||||
} else if (!android && firefox && /\((mobile|tablet);.*rv:[\d\.]+\)/i.test(ua)) {
|
||||
o.firefoxos = t
|
||||
o.mobile = t
|
||||
}
|
||||
|
||||
}
|
||||
else if (android) o = {
|
||||
name: 'Android'
|
||||
|
||||
Reference in New Issue
Block a user