Skip to content

Instantly share code, notes, and snippets.

@jrowny
Created October 14, 2013 21:27
Show Gist options
  • Select an option

  • Save jrowny/6982525 to your computer and use it in GitHub Desktop.

Select an option

Save jrowny/6982525 to your computer and use it in GitHub Desktop.
Galaxy S4 ripple definition
module.exports = {
"id" : "GalaxyS4",
"name": "Galaxy S4",
"manufacturer": "Samsung",
"model": "Samsung Galaxy S4",
"osName": "Android",
"uuid" : "872d2700-34f6-11e3-98fd-ce3f5508acd9",
"osVersion": "4.2.x",
"screen": {
"width": 1080,
"height": 1920
},
"viewPort": {
"portrait": {
"width": 1080,
"height": 1920,
"paddingTop": 0,
"paddingLeft": 0
},
"landscape": {
"width": 1920,
"height": 1080,
"paddingTop": 0,
"paddingLeft": 0
}
},
"ppi": 441,
"userAgent": "Mozilla/5.0 (Linux; Android 4.2.2; Samsung S4 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19",
"platforms": ["web", "cordova"],
"notes": {
"1": "<a href=\"http://www.phonearena.com/phones/Samsung-Galaxy-S4_id7597\" target=\"_blank\">Specs</a>"
},
"mediaQueryEmulation": {
"-webkit-device-pixel-ratio": 3
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment