mimmi20/browser-detector

View on GitHub
data/devices/ippo/tablet.json

Summary

Maintainability
Test Coverage
{
  "ippo g900": {
    "deviceName": "G900",
    "marketingName": "G900",
    "manufacturer": "ippo",
    "brand": "ippo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 480,
      "touch": true,
      "size": 9
    },
    "type": "tablet",
    "platform": "android"
  },
  "ippo mp907c": {
    "deviceName": "MP907C",
    "marketingName": "MP907C",
    "manufacturer": "ippo",
    "brand": "ippo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1024,
      "height": 768,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": "android"
  },
  "ippo tablet": {
    "deviceName": "Tablet",
    "marketingName": "Tablet",
    "manufacturer": "ippo",
    "brand": "ippo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 480,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": "android"
  }
}