From b1f94da27e265ca32698b86785073d53208e6679 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 9 Sep 2014 17:05:03 -0500 Subject: [PATCH] fix(platform): fullscreen method will not offset footer by 20px --- js/utils/platform.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/utils/platform.js b/js/utils/platform.js index 22579e2c43b..df9b3a7a45f 100644 --- a/js/utils/platform.js +++ b/js/utils/platform.js @@ -331,6 +331,11 @@ ionic.DomUtil.ready(function(){ // run this only when or if the DOM is ready ionic.requestAnimationFrame(function(){ + // fixing pane height before we adjust this + panes = document.getElementsByClassName('pane'); + for(var i = 0;i