From 0d9a9353e756b7cdcabae85b4d4a4840910ed3df Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 28 Sep 2016 20:25:25 -0400 Subject: switched to "scroll-sista" for sqeezing headers Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca --- www/js/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 4543a3ea..b9472ac9 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -29,7 +29,8 @@ angular.module('zmApp', [ 'ionic-native-transitions', 'mgo-angular-wizard', 'pascalprecht.translate', - 'ionic.ion.headerShrink' + 'ionic.ion.headerShrink', + 'jett.ionic.scroll.sista' @@ -1266,7 +1267,10 @@ angular.module('zmApp', [ } if (window.StatusBar) { // org.apache.cordova.statusbar required + NVRDataModel.log("Updating statusbar"); StatusBar.styleDefault(); + //StatusBar.overlaysWebView(true); + //StatusBar.backgroundColorByHexString("#2980b9"); } -- cgit v1.2.3