Splash screen support for iOS
Opened this issue · 2 comments
Aka apple-touch-startup-image
support. See https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html and possibly https://appsco.pe/developer/splash-screens .
+1 for this. Happy to raise a dev this and raise a PR
Shouldn't this issue be closed now, as it has been implemented?: https://realfavicongenerator.net/blog/ios-startup-image-now-available-via-the-api/
However, the feature is undocumented at: https://realfavicongenerator.net/api/non_interactive_api
For those who wonders, include startupImage.masterPicture and startupImage.backgroundColor, in the API ios section e.g. for Grunt:
startupImage: { masterPicture: { content: 'src/assets/launch-master-ios.png', }, backgroundColor: '#000000', },