Hi Guys, having a bit of bother with the keyboard. In iOS it works how I want it, when the user taps the input the whole pane can scroll but on android I can’t seem to get it working. I will also mention that my inputs are within a modal window.
I have looked at the following:
- android:windowSoftInputMode=“adjustResize”
- cordova.plugins.Keyboard.disableScroll(true)
I think some sort of functionally is causing this, as you can see a flash of my modal window moving to where i want it but then it goes below the keyboard =[.
I need a lot of space below my input as that is a autocomplete field.
Can anyone help?