In my PWA, I have set
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, viewport-fit=cover" />
I also have
<meta name="apple-mobile-web-app-capable" content="yes" /> which I believe is necessary to encourage the view into standalone mode.
All documentation I've read says that this should be enough to force the PWA into fullscreen mode but it's not happening.
The viewport continues to begin under the status bar no matter what I try.
Is there something else that needs to happen to get things to "move up"?
(Tested on Safari 14 and 15)
