cordova-plugin-statusbar
cordova-plugin-statusbar copied to clipboard
Flag to know if the statusbar overlay was successful
Feature Request
I'd like a flag to know if the statusbar overlay was successful so I can apply different styles if I have something absolutely positioned at the top.
When the overlay is successful, the app has a 100% height relative to the phone screen, so I have to account for a top padding. When the overlay is not successful, I'm left with an empty space at the top. I'd like to know when this operation has success so I can apply styles accordingly.
(Everything else in the template is not relevant)