Ionic Keyboard plugin scroll scrollAssist

Hey guys I am trying to scroll to the bottom of the page when the keyboard is shown. But when the keyboard is shown the content is scrolling (for some reason). On android I managed to disable this scroll by settinh scrollAssist: false ,but on iOS it doesn’t work. So do you guys know how to disable the scrollAssist on ios ?
I also tried setting setScroll({isDisabled:false}) but it doesn’t work.