Files
meteor/packages/mobile-status-bar
2017-11-22 11:36:45 -05:00
..
2017-11-22 11:36:45 -05:00
2016-08-30 15:40:14 -07:00

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');