mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "microsoft surface pro 4": {
    "deviceName": "Surface Pro 4",
    "marketingName": "Surface Pro 4",
    "manufacturer": "microsoft",
    "brand": "microsoft",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 2736,
      "height": 1824,
      "touch": true,
      "size": 12.3
    },
    "type": "tablet",
    "platform": null
  },
  "microsoft windows rt tablet": {
    "deviceName": "Windows RT Tablet",
    "marketingName": "Windows RT Tablet",
    "manufacturer": "microsoft",
    "brand": "microsoft",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": null
  }
}