mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
added generic ios flag to iphone and ipad
This commit is contained in:
parent
f695e8fc89
commit
9e948dedc6
@ -43,12 +43,14 @@
|
||||
webkit: t
|
||||
, iphone: t
|
||||
, mobile: t
|
||||
, ios: t
|
||||
, version: ua.match(webkitVersion)[1]
|
||||
}
|
||||
if (ipad) return {
|
||||
webkit: t
|
||||
, ipad: t
|
||||
, mobile: t
|
||||
, ios: t
|
||||
, version: ua.match(webkitVersion)[1]
|
||||
}
|
||||
if (android) return {
|
||||
|
Loading…
Reference in New Issue
Block a user