Norman Breau
Norman Breau
@tharunkumar0 No, I spent a few hours playing with it, but I don't have much experience in native android development. Here is what I do know... The view gets a...
This is related to https://issues.apache.org/jira/browse/CB-13300 and https://github.com/apache/cordova-plugin-statusbar/pull/128 If you don't want to wait for the PR to be merged, you use my fork in the meantime: `cordova plugin add https://github.com/breautek/cordova-plugin-statusbar.git#issue-110-statusbar-overlay-keyboard-resize`
Can you confirm my understanding? So the spinner is positioned fine (centered on screen) on android 8 or below, and as of android 9, this has changed and this is...
Installing older simulators. Might be awhile since I'm not at home, and my gf's internet sucks...
I am unable to reproduce this with android 9 or 10 emulators. Android 8.1, 9, and 10 all produce the loading spinner in the center of the screen for me....
Okay, i have an actual Samsung device running android 9 that i will use to test. I just want to confirm the problem, then I'll confirm the fix. I unfortunately...
Confirmed this is an issue. If the status bar color is being set via JavaScript API such as `StatusBar.backgroundColorByHexString`, then I would have expected this behaviour however; if the status...
I had a quick look at the source code last night before bed and it wasn't immediately obvious @janpio . `statusbar` makes calls to read from `config.xml` and to set...
There's actually a pending PR in splashscreen that appears to address this issue. https://github.com/apache/cordova-plugin-splashscreen/pull/124
> I think the issue can be closed. I think this should be left open. One would think having `` will be sufficient to not show the splashscreen. Requiring to...