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