Hacker News new | ask | show | jobs
by MatthewPhillips 5532 days ago
How does Readability (a web app) achieve the launch screen when run from the home screen on an iPad?
1 comments

<link rel="apple-touch-startup-image" href="/startup.png">

under "Specifying a Startup Image": https://developer.apple.com/library/safari/#documentation/Ap...

awesome, thank you.