mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "tecno 7c": {
    "deviceName": "7C",
    "marketingName": "7C",
    "manufacturer": "tecno",
    "brand": "tecno",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1024,
      "height": 600,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "tecno 8h": {
    "deviceName": "8H",
    "marketingName": "Droipad 8",
    "manufacturer": "tecno",
    "brand": "tecno",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1024,
      "height": 768,
      "touch": true,
      "size": 8
    },
    "type": "tablet",
    "platform": "android"
  },
  "tecno p9": {
    "deviceName": "P9",
    "marketingName": "Phantom Mini Pad",
    "manufacturer": "tecno",
    "brand": "tecno",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "tecno tab": {
    "deviceName": "Tab",
    "marketingName": "Tab",
    "manufacturer": "tecno",
    "brand": "tecno",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": "android"
  }
}