Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49169

Android jelly bean $ionicScrollDelegate resize does NOT work

$
0
0

@pffed wrote:

The height of a view is calculated once it is opened and whenever user tries to expand collapsible menu, resize function is not called. I tried to call it manually every time user opens or closes the collapsible menu. It does not work. I need to know what functions are called by Ionic automatically when a view is opened in terms of height calculation so that I can make a call to the same function.

$scope.toggleGroup = function(group) {
  group.show = !group.show;
  $ionicScrollDelegate.$getByHandle('AppCtrl').resize();
  $ionicScrollDelegate.$getByHandle('HomeCtrl').resize();
  $ionicScrollDelegate.resize();
};

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49169

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>