Files
meteor/packages/mobile-status-bar
David Glasser 4daaa76b12 METEOR@1.0.4
2015-03-17 13:06:07 -07:00
..
2015-03-17 13:06:07 -07:00
2014-10-24 10:13:59 -07:00

mobile-status-bar

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

Right now it just exposes the standard org.apache.cordova.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');