mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "intel tr10rs1": {
    "deviceName": "TR10RS1",
    "marketingName": "Flag Hill Value",
    "manufacturer": "intel",
    "brand": "intel",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 10.1
    },
    "type": "tablet",
    "platform": null
  },
  "intel tr10cd1": {
    "deviceName": "TR10CD1",
    "marketingName": "Grand Hill",
    "manufacturer": "intel",
    "brand": "intel",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 10.1
    },
    "type": "tablet",
    "platform": "android"
  },
  "intel w032i c3": {
    "deviceName": "W032i C3",
    "marketingName": "W032i C3",
    "manufacturer": "intel",
    "brand": "intel",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1024,
      "height": 768,
      "touch": true,
      "size": 7.85
    },
    "type": "tablet",
    "platform": "android"
  }
}