You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone have an article or link for easily changing and manipulating the Status Bar color in Nativescript Angular for IOS & Android?
Use case:
I have an app that has a dark mode, and a light mode.
in dark mode, the background is black, I need the statusbar color to be white.
in light mode, the background is white, i need to change the statusbar color to black
I'm finding 3 year old threads and plugins without Angular examples etc, does anyone have a straightforward easy way to do this, preferably not in the info.plist file but programatically?