Add below code to your PWA.
<head>
<!-- Sets the status bar style to transparent -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
</head>
Add below code to your PWA.
<head>
<!-- Sets the status bar style to transparent -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
</head>