Ionic 4 – Keyboard scroll view when ion-input is focused

Did anyone find a solution to this, it used to work in my Ionic 3 app without any problems but I am migrating to Ionic 4 and when testing on iOS device no scrolling okays when the keyboard shows when I select and ion-input box, for example, if the input box is at the bottom of the screen then the keyboard covers it?

Is there some settings that need to be applied to get this to work out of the box with Ionic 4 or have I got to write something custom using “scrollToPoint”?