cordova-plugin-statusbar icon indicating copy to clipboard operation
cordova-plugin-statusbar copied to clipboard

Flag to know if the statusbar overlay was successful

Open darkguy2008 opened this issue 6 years ago • 0 comments

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)

darkguy2008 avatar May 26 '19 09:05 darkguy2008