Has-bouncing not working

I have a view that starts with this:

<ion-view title="SIGN IN">
  <ion-content has-bouncing="false" padding="true" class="signin">

In theory it should not bounce. But on the simulator, when you focus the password field the whole view bounces when the keyboard comes from the bottom. I know the keyboard is native, so i am wondering if I have to do something extra to avoid the bouncing

            cordova.plugins.Keyboard.disableScroll(true);

You have to use above keyboard setting to avoid that bounce.