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

fix(platform): fix Tablet PC detection as tablets

fixes #334
This commit is contained in:
Denis Demchenko
2019-09-06 14:27:16 +03:00
parent d09b91a4ca
commit d9885c9de3
2 changed files with 16 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ export default [
/* Tablet */
{
test: [/tablet/i],
test: [/tablet(?! pc)/i],
describe() {
return {
type: PLATFORMS_MAP.tablet,