mimmi20/browser-detector

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

Summary

Maintainability
Test Coverage
{
  "pandigital 9hr": {
    "deviceName": "9hr",
    "marketingName": "9hr",
    "manufacturer": "pandigital",
    "brand": "pandigital",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": "android"
  },
  "pandigital novel": {
    "deviceName": "Novel",
    "marketingName": "Novel",
    "manufacturer": "pandigital",
    "brand": "pandigital",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 600,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": "android"
  },
  "pandigital plnt1": {
    "deviceName": "PLNT1",
    "marketingName": "PLNT1",
    "manufacturer": "pandigital",
    "brand": "pandigital",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 600,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "pandigital supernova": {
    "deviceName": "SuperNova",
    "marketingName": "SuperNova",
    "manufacturer": "pandigital",
    "brand": "pandigital",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 800,
      "height": 600,
      "touch": true,
      "size": null
    },
    "type": "tablet",
    "platform": "android"
  }
}