mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04: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');