1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

BrowserStack: Google Pixel 3

This commit is contained in:
XhmikosR
2024-03-07 17:31:41 +02:00
parent 97b6cbcbfd
commit 14b39390c2

View File

@@ -67,11 +67,11 @@ const browsers = {
device: 'iPhone 12', device: 'iPhone 12',
real_mobile: true real_mobile: true
}, },
pixel2: { pixel3: {
base: 'BrowserStack', base: 'BrowserStack',
os: 'android', os: 'android',
os_version: '8.0', os_version: '9.0',
device: 'Google Pixel 2', device: 'Google Pixel 3',
real_mobile: true real_mobile: true
} }
}, },