Y
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
joeminkie
5532 days ago
<link rel="apple-touch-startup-image" href="/startup.png">
under "Specifying a Startup Image":
https://developer.apple.com/library/safari/#documentation/Ap...
link
MatthewPhillips
5532 days ago
awesome, thank you.
link
under "Specifying a Startup Image": https://developer.apple.com/library/safari/#documentation/Ap...