jtumain
jtumain
@derweise I did the following to achieve this. I made a new styleDarkContent function. ``` -(void) styleDarkContent:(CDVInvokedUrlCommand*)command { if (@available(iOS 13, *)) { [self setStyleForStatusBar:UIStatusBarStyleDarkContent]; } else { [self styleDefault:command];...
this is something i needed. my app uses template driven forms in angular and data is populated by fields that are in the dom - so removing fields from the...
I'm able to reproduce this issue. The weird thing for me is that the issue occurs on device, but it doesn't happen when running on a simulator.
Unfortunately not. I have been hoping for a patch. If not I will have to use something custom such as the native HTML time controls.