Ionic version 1.3.0 - Ionic content jumps even with cordova.plugins.Keyboard.disableScroll(true)

Hello fellow developers!

I’m trying to solve a page jump issue on iOS for a few days now but not getting anywhere. I have a form inside ion-content element with about 7 fields. When I focus on the topmost field in the form, the keyboard shows properly and I’m able to enter the field input. However when I click done, the page jerks up and then down quickly. When I focus on a field which can get hidden by the keyboard, the page moves up to reveal the field and I’m able to enter the field input properly, page then moves down properly without jerk when I’m done. It seems like in the first case, Ionic or cordova tries to complete the page up/down workflow when keyboard shows even though it’s not necessary. Is there a way I can prevent this? I do have cordova.plugins.Keyboard.disableScroll(true) on both my app.js and in my controller.

System information:

Cordova CLI: 7.0.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.0
Ionic Version: 1.3.0
Ionic CLI Version: 1.7.4
Ionic App Lib Version: 0.6.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: Mac OS X El Capitan
Node Version: v4.4.5
Xcode version: Xcode 8.3.2 Build version 8E2002

Keyboard Plugin:
ionic-plugin-keyboard 2.2.1 “Keyboard”

Hello everyone, any help is appreciated!

Any help? We’re still trying and not getting to a resolution