1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

fix #107 - uc browser is not detect using this library

This commit is contained in:
Jose Tavares
2015-10-18 20:06:08 +01:00
parent 5f933390f6
commit 1fa7c01a85
3 changed files with 30 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ if (bowser.msie && bowser.version <= 6) {
* Bada browser as `bada`[`webkit`]
* Tizen browser as `tizen`[`webkit`]
* Sailfish browser as `sailfish`[`gecko`]
* UC Browser as `ucbrowser`[`webkit`]
For all detected browsers the browser version is set in the `version` field.