Files
meteor/packages/mobile-status-bar
Slava Kim 62ac82c835 Bump
2015-02-24 21:16:41 -08:00
..
2015-02-24 21:16:41 -08: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');