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

Could we add support for iPhone XS Max? #50

Closed maggiecopyAWS closed 5 years ago

maggiecopyAWS commented 5 years ago

I need support for iPhone XS Max. Was not able to send pull request because of authentication failure. Could anyone help to add the following? Thanks.

{
 "type": "ios",
  "rules": [
    {
      "res": [
        1242,
        2688
      ]
    }
  ],
  "dpi": 458,
  "bw": 4,
  "ac": 1000
},
mattrei commented 5 years ago

I have added a PR for this!

jsantell commented 5 years ago

Closed via #51