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

Fix Chrome mobile detection

fixes #253
This commit is contained in:
Denis Demchenko
2018-09-14 17:44:17 +03:00
parent 4a4e41ccf8
commit 0a149bca7b
2 changed files with 14 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ const browsersList = [
/* Opera > 13.0 */
{
test: [/opr|opios/i],
test: [/opr\/|opios/i],
describe(ua) {
const browser = {
name: 'Opera',