Improve device detection: Google Pixel Tablet

(cherry picked from commit 536031d789)
This commit is contained in:
Faisal Salman
2024-11-20 16:59:37 +07:00
parent d15849a141
commit 7f7f4a5359
2 changed files with 10 additions and 1 deletions

View File

@@ -500,7 +500,7 @@
], [[MODEL, /_/g, ' '], [TYPE, MOBILE], [VENDOR, 'Nokia']], [
// Google
/(pixel c)\b/i // Google Pixel C
/(pixel (c|tablet))\b/i // Google Pixel C/Tablet
], [MODEL, [VENDOR, GOOGLE], [TYPE, TABLET]], [
/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i // Google Pixel
], [MODEL, [VENDOR, GOOGLE], [TYPE, MOBILE]], [