Skip to content

Latest commit

 

History

History
 
 

mobile-status-bar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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