Skip to content
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

Closed
RobDolinMS opened this issue Sep 21, 2016 · 4 comments
Closed

(Re-)Add Optional Splash Screens #501

RobDolinMS opened this issue Sep 21, 2016 · 4 comments

Comments

@RobDolinMS
Copy link
Contributor

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)

  "splash_screens": [{
        "src": "splash/lowres",
        "sizes": "320x240"
      }, {
        "src": "splash/hd_small",
        "sizes": "1334x750"
      }, {
        "src": "splash/hd_hi",
        "sizes": "1920x1080",
        "density": 3
      }],

@RobDolinMS
Copy link
Contributor Author

Discussing with @boyofgreen and may want to get this from icons object. Closing for now.

@benfredwells
Copy link
Contributor

Interesting that this just came up. We (Chrome) have been discussing this. We currently get something from icons, but would like to do something better.

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?

@benfrancis
Copy link
Member

Only that this has been discussed at great length before. See #9 and also #361, #372, #373 and #390.

I would personally recommend sticking with the icon and background colour.

@marcoscaceres
Copy link
Member

If need be, please reopen #9 to discuss further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants