"apple-touch-startup-image" not working

Does anyone know if there is anyway to get this to work properly:

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

My meteor app pretty must goes straight to my loading spinner and doesn’t display the startup image at all. Zero.

I’m pretty sure it is because my phone thinks that the webapp is ready because it is displaying stuff on screen.

http://docs.meteor.com/#/full/App-launchScreens

ohh wow I had never seen that section of the docs before!

thanks!! going to give that a shot :smile:

edit: just reading into that a bit more, it looks like that is for iOS and Android builds… but not for webapps? Still going to give it a try.

Nope that didn’t work :frowning:

I think that must be only used when compiling for iOS or Android.