Back to Meteor

mobile-status-bar

packages/mobile-status-bar/README.md

0.8.3.1827 B
Original Source

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