Tips & Tricks
Changing the iOS status bar color
If you'd like to change the top status bar color (where the iOS battery, clock, reception, etc. are displayed) for your fullscreen miniapp, you can do so via the following:
We currently implement this solution on several miniapps via the following example:
It's important to set the background color back to white on cleanup to ensure the status bar is restored to its original color.
Last updated