askvortsov1/flarum-pwa

Apple Splash Support

Opened this issue · 0 comments

The current implementation doesn't include specifications of splash images on apple devices. They are something like

<link rel="apple-touch-startup-image" href="/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">

in the <head> tag.