We are developing a react app that is going to be used on an iOS application via iOS webview. The problem is that iOS status bar is set to transparent by the app, so when user scrolls the page, the page content is shown below the status bar. Is there any way that we can control that section from our react app not the iOS app?
We tried to set status bar color by apple meta tags but it didn't work.
<meta name="apple-mobile-web-app-status-bar-style" content="black">