Change the color of status bar in iOS devices

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>


Posted

in

by

Tags: