feat: add pixel 7 device with android 14 (#27700)

This commit is contained in:
Michaël Vanderheyden 2023-10-23 12:59:42 +02:00 committed by GitHub
parent 6d7d37061d
commit 0a0878d567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -1389,6 +1389,36 @@
"hasTouch": true,
"defaultBrowserType": "chromium"
},
"Pixel 7": {
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.33 Mobile Safari/537.36",
"screen": {
"width": 412,
"height": 915
},
"viewport": {
"width": 412,
"height": 839
},
"deviceScaleFactor": 2.625,
"isMobile": true,
"hasTouch": true,
"defaultBrowserType": "chromium"
},
"Pixel 7 landscape": {
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.33 Mobile Safari/537.36",
"screen": {
"width": 915,
"height": 412
},
"viewport": {
"width": 863,
"height": 360
},
"deviceScaleFactor": 2.625,
"isMobile": true,
"hasTouch": true,
"defaultBrowserType": "chromium"
},
"Moto G4": {
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.33 Mobile Safari/537.36",
"viewport": {

View File

@ -20323,6 +20323,8 @@ type Devices = {
"Pixel 4a (5G) landscape": DeviceDescriptor;
"Pixel 5": DeviceDescriptor;
"Pixel 5 landscape": DeviceDescriptor;
"Pixel 7": DeviceDescriptor;
"Pixel 7 landscape": DeviceDescriptor;
"Moto G4": DeviceDescriptor;
"Moto G4 landscape": DeviceDescriptor;
"Desktop Chrome HiDPI": DeviceDescriptor;