Fix #188 distinguish webview from chrome

This commit is contained in:
Faisal Salman
2016-11-07 21:34:05 +07:00
parent 10775bd17c
commit a56c990ec3
2 changed files with 14 additions and 1 deletions

View File

@@ -89,6 +89,16 @@
"major" : "20"
}
},
{
"desc" : "Chrome WebView",
"ua" : "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 5 Build/LMY48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.65 Mobile Safari/537.36",
"expect" :
{
"name" : "Chrome",
"version" : "WebView 43.0.2357.65",
"major" : "43"
}
},
{
"desc" : "Chrome on iOS",
"ua" : "Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3",