immersive-web / webvr-polyfill-dpdb

An up-to-date Device Parameter Database for the WebVR Polyfill
https://dpdb.webvr.rocks/dpdb.json
Apache License 2.0
31 stars 32 forks source link

Add Lenovo Phab 2 Pro data #24

Closed rockwalrus closed 7 years ago

rockwalrus commented 7 years ago

Please add the Lenovo Phab 2 Pro. Here's the JSON that's working for me:

    {
      "type":"android",
      "rules":[
        {
          "mdmh":"LENOVO/*/Lenovo PB2-690Y/*"
        },
        {
          "ua":"Lenovo PB2-690Y"
        }
      ],
      "dpi":[
        457.2,
        454.713
      ],
      "bw":3,
      "ac":500
    }

Yes, as far as I can tell, it tells Android that it's the LENOVO Lenovo PB2-690Y.

thoragio commented 7 years ago

Added in version 1.0.2