phonegap / phonegap-app-stockpile

n. - A storage pile accumulated for future use
Apache License 2.0
4 stars 10 forks source link

Splash screen image for Apple required #1

Closed macdonst closed 6 years ago

macdonst commented 7 years ago

We should add the following tag to index.html:

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

and create an image to go with it. This will be used when the app is started from the home screen of an 🍎 device

devgeeks commented 7 years ago

Yeah, all of the image assets need doing. When saved to home screen at the moment it has the Vue logo as the icon, etc.

devgeeks commented 7 years ago

Now that there is an icon, I just need the correct sizes in the correct places.