- From: Rob Dolin (MSFT) <notifications@github.com>
- Date: Wed, 21 Sep 2016 11:22:12 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Wednesday, 21 September 2016 18:22:44 UTC
This issue proposes resurrecting the `splash_screens` object that was removed with PR #440
While UAs can fall-back to using one of the smaller images and a background color, offering the optional `splash screens` object gives web app developers an option to have the UA display a larger, more detailed image while their app loads.
(Example from [prior spec version](http://www.w3.org/TR/2015/WD-appmanifest-20151124/))
```
"splash_screens": [{
"src": "splash/lowres",
"sizes": "320x240"
}, {
"src": "splash/hd_small",
"sizes": "1334x750"
}, {
"src": "splash/hd_hi",
"sizes": "1920x1080",
"density": 3
}],
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/501
Received on Wednesday, 21 September 2016 18:22:44 UTC