Hey everyone, I have a problem with the following button on the keyboard in a form, it places the focus on the next input but the input is hidden behind the keyboard.
Someone can help me input focus view top the keyboard.
I’m pretty sure that’s where the ionic-native Keyboard comes in. It has the property disableScroll()
which can prevent the screen from scrolling on input focus.