mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Added iPhone 12/13 Pro Max & iPhone 12/13 Pro
Added iPhone 12/13 Pro Max & iPhone 12/13 Pro, based on specs from https://blisk.io/devices.
This commit is contained in:
parent
09cdd798a1
commit
f26f3c0252
1 changed files with 70 additions and 0 deletions
|
@ -1721,6 +1721,76 @@ export default {
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
id: '46',
|
||||
type: 'emulated-device',
|
||||
device: {
|
||||
'show-by-default': false,
|
||||
title: 'iPhone 12/13 Pro Max',
|
||||
screen: {
|
||||
horizontal: {
|
||||
width: 926,
|
||||
height: 428,
|
||||
},
|
||||
'device-pixel-ratio': 2,
|
||||
vertical: {
|
||||
width: 428,
|
||||
height: 926,
|
||||
},
|
||||
},
|
||||
capabilities: ['touch', 'mobile'],
|
||||
'user-agent':
|
||||
'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
|
||||
type: 'phone',
|
||||
modes: [
|
||||
{
|
||||
title: 'default',
|
||||
orientation: 'vertical',
|
||||
insets: {left: 0, top: 0, right: 0, bottom: 0},
|
||||
},
|
||||
{
|
||||
title: 'default',
|
||||
orientation: 'horizontal',
|
||||
insets: {left: 0, top: 0, right: 0, bottom: 0},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
id: '47',
|
||||
type: 'emulated-device',
|
||||
device: {
|
||||
'show-by-default': false,
|
||||
title: 'iPhone 12/13 Pro',
|
||||
screen: {
|
||||
horizontal: {
|
||||
width: 844,
|
||||
height: 390,
|
||||
},
|
||||
'device-pixel-ratio': 2,
|
||||
vertical: {
|
||||
width: 390,
|
||||
height: 844,
|
||||
},
|
||||
},
|
||||
capabilities: ['touch', 'mobile'],
|
||||
'user-agent':
|
||||
'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
|
||||
type: 'phone',
|
||||
modes: [
|
||||
{
|
||||
title: 'default',
|
||||
orientation: 'vertical',
|
||||
insets: {left: 0, top: 0, right: 0, bottom: 0},
|
||||
},
|
||||
{
|
||||
title: 'default',
|
||||
orientation: 'horizontal',
|
||||
insets: {left: 0, top: 0, right: 0, bottom: 0},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
dependencies: ['emulation'],
|
||||
scripts: [],
|
||||
|
|
Loading…
Reference in a new issue