Bug: $ionicScrollDelegate.freezeScroll doesn't work (codepen provided)

Type: bug

Platform: all

Hello,

$ionicScrollDelegate.freezeScroll(true) doesn’t work at all. No error in the console, it simply won’t work.

Codepen

It doesn’t help to use $getByHandle.

For those interested, it will be fixed “Soon™”

Aaaand for those interested, ATM it’s half fixed in nightly. On IOS, since it reverted to use JSscrolling by default, it works. On Android, with Native Scrolling, it doesn’t. I hope it will be completely fixed before the release is out.

Can be fixed using ng-class and overflow-y: hiden when relevant.

Thanks for confirming its a bug, I was over here pulling my hair out thinking it was just me.