I have a textarea in a popup. When focus on it, the keyboard covers part of the popup so the user can’t fill the textarea.
Here is an image of the problem on iOS:
An this is how it looks on Android:
For iOS I’m using
cordova.plugins.Keyboard.disableScroll(true);