As far as I can tell, iOS doesn't distinguish between between display:standalone
and display:fullscreen
. Instead, it requires the addition of these meta tags:
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">