askvortsov1 / flarum-pwa

Progressive Web App support for Flarum
MIT License
34 stars 12 forks source link

Apple Splash Support #39

Open tansongchen opened 2 years ago

tansongchen commented 2 years ago

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.