I\'m using Cordova 5.4.0 and I have this in my config.xml:
config.xml
I had the same problem and it turned out to be a problem with using display: flex for the container of the inputs. Changing the CSS so the container was not flexbox based solved the keyboard / input / scroll interaction problem on Android for me.
display: flex