I have the similar problem described in this question. I've tried android:windowSoftInputMode="adjustResize"
but it's not scrolled automatically scroll; it's only scrolling after type something into the input. I need that it scroll input on top immediately after keyboard showing, so no need to type anything into the input before I can see the input.
The problem does not happen on Android 4.4, Android 5. Android 6 and onward it does happen. I use Cordova 6.
(Pictures are taken from Android keyboard overlapping input fields, view doesn't scroll automatically for demonstration purpose)