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
|
webkit: t
|
||||||
, iphone: t
|
, iphone: t
|
||||||
, mobile: t
|
, mobile: t
|
||||||
|
, ios: t
|
||||||
, version: ua.match(webkitVersion)[1]
|
, version: ua.match(webkitVersion)[1]
|
||||||
}
|
}
|
||||||
if (ipad) return {
|
if (ipad) return {
|
||||||
webkit: t
|
webkit: t
|
||||||
, ipad: t
|
, ipad: t
|
||||||
, mobile: t
|
, mobile: t
|
||||||
|
, ios: t
|
||||||
, version: ua.match(webkitVersion)[1]
|
, version: ua.match(webkitVersion)[1]
|
||||||
}
|
}
|
||||||
if (android) return {
|
if (android) return {
|
||||||
|
Loading…
Reference in New Issue
Block a user