Next.js Discord

Discord Forum

PWA Splash Screen

Unanswered
Silver carp posted this in #help-forum
Open in Discord
Silver carpOP
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

Silver carpOP
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
Silver carpOP
help?
fixes this
not sure why it didnt work before