PWA Splash Screen
Unanswered
European pilchard posted this in #help-forum
European pilchardOP
not being able to set splash screens for my PWA iphone webapp. ive tried using the nextjs metadata approach as well as adding the meta tags on the head tag directly, with no success. any ideas?
5 Replies
European pilchardOP
startupImage: [
{
url: "splash/apple-splash-2048-2732.jpg",
media:
"(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)",
},
}breaks pwa, turning it back into a normal page
European pilchardOP
help?
fixes this
not sure why it didnt work before