Hey guys,
since using native scrolling with android I’ve experiencing problem with $ionicScrollDelegate.resize() and ng-repeat on android < 4.4. For example if I load new items in a list with ionic’s infinite loader and calling $ionicScrollDelegate.resize() after adding the new loaded items to the scope, the scroll view is not updated and therefore can not be scrolled down.
On Android 4.4 and newer it works without any problems. I also minimized the DOM as far as I could, but didn’t help.
Do you also have this problem or any tips?
Regards