mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
BrowserStack: test on iPhone 12 (#33398)
This commit is contained in:
parent
b58ea4a42e
commit
a06c2b6706
@ -65,6 +65,13 @@ const browsers = {
|
|||||||
device: 'iPhone X',
|
device: 'iPhone X',
|
||||||
real_mobile: true
|
real_mobile: true
|
||||||
},
|
},
|
||||||
|
iphone12: {
|
||||||
|
base: 'BrowserStack',
|
||||||
|
os: 'ios',
|
||||||
|
os_version: '14.0',
|
||||||
|
device: 'iPhone 12',
|
||||||
|
real_mobile: true
|
||||||
|
},
|
||||||
pixel2: {
|
pixel2: {
|
||||||
base: 'BrowserStack',
|
base: 'BrowserStack',
|
||||||
os: 'android',
|
os: 'android',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user