mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
add tests for UC Browser on iOS
This commit is contained in:
parent
e55dd78792
commit
0b120a860c
@ -1128,6 +1128,16 @@ module.exports.useragents = {
|
||||
webkit: true,
|
||||
x: true
|
||||
}
|
||||
, 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X; en-US) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/13E238 UCBrowser/10.7.0.782 Mobile': {
|
||||
iphone: true
|
||||
, ios: true
|
||||
, mobile: true
|
||||
, osversion: '9.3.1'
|
||||
, version: '10.7.0.782'
|
||||
, webkit: true
|
||||
, a: true
|
||||
, ucbrowser: true
|
||||
}
|
||||
}
|
||||
, "QupZilla": {
|
||||
'Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/538.1 (KHTML, like Gecko) QupZilla/1.8.2 Safari/538.1': {
|
||||
|
Loading…
Reference in New Issue
Block a user