You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to animate the way status bar appear/disappear, using native status bar animation (UIStatusBarAnimationSlide/UIStatusBarAnimationFade).
Ex:
StatusBar.show("fade");
StatusBar.hide("slide");
The text was updated successfully, but these errors were encountered:
Its a good idea. Unfortunately at the moment we (PhoneGap Build) don't have plans to commit time to adding features to this plugin, as it is more of just a stopgap for basic configuration of the StatusBar. However, if we were to receive a pull request for this feature, we would happily review and integrate it :)
It would be great to be able to animate the way status bar appear/disappear, using native status bar animation (UIStatusBarAnimationSlide/UIStatusBarAnimationFade).
Ex:
The text was updated successfully, but these errors were encountered: