cordova-plugin-splashscreen
cordova-plugin-splashscreen copied to clipboard
CB-10893: (android) Allow setting status bar color on Android splashscreen
Just like cordova-plugin-statusBar, use the settings "StatusBarBackgroundColor" on config.xml for setting up the color.
Cordova CI Build has completed successfully.
Commit - Link Dashboard - Link
Builder Name | Console Output | Test Report | Device Logs |
---|---|---|---|
Windows 10 Store | Link | Link | Link |
iOS 9.3 | Link | Link | Link |
iOS 10.0 | Link | Link | Link |
Android 4.4 | Link | Link | Link |
Android 5.1 | Link | Link | Link |
Cordova CI Build has completed successfully.
Commit - Link Dashboard - Link
Builder Name | Console Output | Test Report | Device Logs |
---|---|---|---|
Windows 10 Store | Link | Link | Link |
iOS 9.3 | Link | Link | Link |
iOS 10.0 | Link | Link | Link |
Android 4.4 | Link | Link | Link |
Android 5.1 | Link | Link | Link |
What's the status of this PR?
Old, 10 👍, no full review, "I tested it locally and works fine!" or "code looks great" yet, not merged.
I can confirm that it works as intended by the author and that the code quality is ok (i can see no big issue there)
It is in our production app implemented like the author suggests and we have no issues so far.
Ok thanks @TimothyFehr. Some minor code fixes (indentation) and maybe some documentation and this should be good to merge.
Any timeline for this being merged and released?
I have improved it a little with color in navigation bar too: https://github.com/goinnn/cordova-plugin-splashscreen/commit/7e5bafd628ebe0478c51800171f72ce4b84d325a
Any further progress on this? Would very much love to be using it in my app.
Please, is there any possibility of this feature getting merged? It's really useful.
Just fork and patch it your self... This repo seams to be dead... I use it in multiple projects and found no issues so far. If any issues arrise just write here i probbably have to fixit anyway and can help out
With my approach (#206) you can do something like next image:
Customizing status bar & footer bar. Nice ;-)
I don't know if this is the best solution (I'm a Python/Django developer) but it works great (more than 1 year in production with this without problems). And I think a feature like this is very neccesary. Status bar black color and footer bar with black color too is something very ugly and the apearence is like a non-proffesional app.