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

Investigate splash screens #36

Open
marcoscaceres opened this issue Dec 18, 2013 · 2 comments
Open

Investigate splash screens #36

marcoscaceres opened this issue Dec 18, 2013 · 2 comments

Comments

@marcoscaceres
Copy link
Contributor

The document should investigate the use of splash screens on native platforms, to help inform: w3c/manifest#9

@marcoscaceres
Copy link
Contributor Author

there's <link rel="apple-touch-startup-image" href="">

@anssiko
Copy link
Member

anssiko commented Jan 3, 2014

An undocumented(?) feature adds support for a subset of CSS Media Query media features (device-width, device-height, orientation, -webkit-device-pixel-ratio, others?) to the apple-touch-startup-image via the media attribute. For example:

<!-- iPhone 3 and 4 Non-Retina -->
<link rel="apple-touch-startup-image" media="(device-width: 320px)" href="apple-touch-startup-image-320x460.png">
<!-- iPhone 4 Retina -->
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)" href="apple-touch-startup-image-640x920.png">

http://www.miguelmota.com/blog/iphone-and-ipad-web-app-startup-images/

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

2 participants