Keyboard does not auto scroll on input focus in android devices

Hello everyone,

I am facing keyboard issue in android devices only its work perfectly in ios.when input gets focus content not scroll according focus in android and when i use ion-input in ion-footer it hide footer content when open keyboard not scroll up and keyboard’s next button also not work in android devices.
This is issue comes in android all issues are working fine in ios devices.
i used { scrollPadding: true,
scrollAssist: true,
autoFocusAssist: true,
} in app.component.js file

Please let me know if you have any solution