- From: Marcos Caceres <notifications@github.com>
- Date: Fri, 06 Mar 2015 02:03:31 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 6 March 2015 10:03:59 UTC
Splash screens can be done by simply changing the concept of "icon object" to "image object": https://github.com/w3c/manifest/pull/325 Roughly: { "icons": [{"src": "..."}, {"src": "..."} ], "splashscreens": [{"src": "..."}, {"src": "..."} ], "theme_color": "green" } The theme_color can serve as the background for a splash screen. The splash image can just be centered in the middle of the screen. That should cater for most use cases. Fancier cases can be handled on document load (e.g., show a loading indicator as splash, then when first page loads, do some fancy animation). --- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/327#issuecomment-77534758
Received on Friday, 6 March 2015 10:03:59 UTC