Skip to content

Commit

Permalink
Merge pull request #109 from gameclosure/fix-resolutions
Browse files Browse the repository at this point in the history
Fix device properties
  • Loading branch information
ArnoVanDerVegt committed Jul 26, 2013
2 parents 0b00605 + 0d505bb commit a94e504
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/serve/plugins/simulate/static/util/resolutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exports.defaults = {
}
},
ipad: {
name: 'iPad',
name: 'iPad 2',
target: 'native-ios',
canRotate: true,
canResize: false,
Expand Down Expand Up @@ -105,7 +105,7 @@ exports.defaults = {
}]
},
iphone: {
name: 'iPhone',
name: 'iPhone 4',
target: 'native-ios',
canRotate: true,
canResize: false,
Expand All @@ -121,7 +121,7 @@ exports.defaults = {
},
'iphone5': {
name: 'iPhone 5',
target: 'native-mobile',
target: 'native-ios',
devicePixelRatio: 2,
canRotate: true,
canResize: false,
Expand All @@ -137,7 +137,7 @@ exports.defaults = {
},
'iphone-browser': {
name: 'Mobile Safari',
target: 'browser-mobile',
target: 'browser-desktop',
userAgent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3',
canRotate: true,
canResize: false,
Expand Down

0 comments on commit a94e504

Please sign in to comment.