Hello!
I am trying to change the status bar color for my native app, to something similar to below:
I am using this meta tag to tell IOS to make the status bar black:
Code: meta name=“apple-mobile-web-app-status-bar-style” content=“black”
The current reason I believe is that I am using the Bubble mobile app to test and the bubble app might be overpowering my meta data from my app. Is this the reason or am I doing something wrong in the meta data?
Thanks