Ng-focus on input and invoking scroll delegate makes cursor stay in absolute position while screen scrolls

I have ng-focus= “scrollDown()” on an input field.

$ionicScrollDelegate.scrollBy(0, 40, true)

When i focus the cursor stays in an absolute position and the screen scrolls up, so the cursor is floating in the middle of nowhere.

saw these questions but shouldn’t an enviornment problem be fixed if I’m on Beta 13?