-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Re-)Add Optional Splash Screens #501
Comments
Discussing with @boyofgreen and may want to get this from |
Interesting that this just came up. We (Chrome) have been discussing this. We currently get something from We are tossing up two options - having some way of specifying splash screen images like this proposal, or having a splash screen url declared. With the url method the site could generate a page and the browser would probably grab a snapshot of it. Any comments on either approach? |
If need be, please reopen #9 to discuss further. |
This issue proposes resurrecting the
splash_screens
object that was removed with PR #440While 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)
The text was updated successfully, but these errors were encountered: