vuejs customize ios header status bar
xxxxxxxxxx
// white background black text
<meta name="apple-mobile-web-app-status-bar-style" content="default">
// black background
<meta name="apple-mobile-web-app-status-bar-style" content="black">
// background color of app background, text white
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
https://medium.com/appscope/changing-the-ios-status-bar-of-your-progressive-web-app-9fc8fbe8e6ab