Ionic v4 keyboard pushing content up

I am struggling find a solution for this issue, this method Keyboard.disableScroll(true) no longer exist with the later version of the keyboard plugin.

How can I fix this problem?

08

I use this method, search on this file this line.

<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/activity_name" android:launchMode="singleTop" android:name="MainActivity" android:theme="@android:style/Theme.DeviceDefault.NoActionBar" android:windowSoftInputMode="adjustResize">

change this part:

android:windowSoftInputMode="adjustPan"

for me its works perfectly, i know that there are not this problem on IOS