iOS 9 Keyboard jumps up on focus - Ionic View

Hi there,

Whenever I change an input field on iOS 9 (haven’t tested other versions of iOS) the whole scroll view jumps as seen in this video:

https://vid.me/nMU

I’ve tried adding

    cordova.plugins.Keyboard.disableScroll(true);

to my $ready, but doesn’t seem to fix the issue.

I’m using Ionic View to test the application - not sure if this contributes to the issue.

Any ideas?

I am facing same issue!!