Ionic 1.2.1 scroll & PTR

Hi, last day i updated my app to the last ionic version 1.2.1.

The only problem I can find is that the PTR lock the scroll from the list. It only works when the scroll refresher is commented.
O also it works when I make a scroll with two fingers.

The code is quite simple, is a list of items:
ng-repeat=“message in messages track by message.idMessage”
…items…

…with its own controller that feeds the html.

Android v4.4.4 (cyanogenmod)

1 Like

I am having this same behavior. It is weird that it works with two fingers. Haha. Can someone look into this?

I have the exact same problem. It only happens in 4.4.4. Even with crosswalk it’s the same. Android 5 onwards have no problem.