mobile-status-bar

v1.1.0Published 3 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

mobile-status-bar

Source code of released version | Source code of development version


This package allows you to customize the status bar on Meteor Phonegap/Cordova apps.

Right now it just exposes the standard cordova-plugin-statusbar plugin for Phonegap/Cordova with some defaults. For the extensive documentation see the original plugin repo.

You can set status bar preferences in your mobile-config.js file like this:

App.setPreference('StatusBarOverlaysWebView', 'false');
App.setPreference('StatusBarBackgroundColor', '#000000');