1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

Update device to Pixel 6 for Android 12. (#38416)

This commit is contained in:
Akshat Rustagi
2023-04-11 14:17:49 +05:30
committed by XhmikosR
parent dca50e4735
commit 9bf1787783

View File

@@ -67,11 +67,11 @@ const browsers = {
deviceName: 'iPhone 14', deviceName: 'iPhone 14',
isRealMobile: true isRealMobile: true
}, },
galaxyS22: { pixel6: {
platformName: 'android', platformName: 'android',
platformVersion: '12', platformVersion: '12',
browserName: 'Chrome', browserName: 'Chrome',
deviceName: 'Galaxy S22 5G', deviceName: 'Pixel 6',
isRealMobile: true isRealMobile: true
} }
}, },