Issue with Keyboard Overlaying Button
In my ionic3 app, I am facing an issue where the keyboard overlaps the "Registrarse" button when it is open, as shown in the image. The button is positioned at the bottom of the ion-content using CSS rules such as position:absolute and bottom:5%.
Is there a solution to make the keyboard hide or scroll up the entire content to avoid this problem?
Any assistance on this matter would be greatly appreciated. Thank you.