I'm working on an app in Codename one with a dark colored title bar (and status background color).
Is it possible to use the change the status bar theme on iOS and Android to use light icons etc?
Looks like this is how you do it on iOS;
Change status bar text color to light in iOS 9 with Objective C
and this is how it's done on Android; Android M Light and Dark status bar programmatically - how to make it dark again?
Is it possible to achieve these in Codename one without downloading the source and building locally?