Hi G Kerr,
Please refer the below similar communication maybe it's helpful for you,
https://community.mendix.com/link/space/mobile/questions/104085
Hope it helps!
Thanks & Regards,
Manikandan K
I resolved this by updating the AndroidManifest file (in android/app/src/main/AndroidManifest.xml) setting the following attribute;
android:windowSoftInputMode="adjustResize"
previously is was set to adjustPan.
Wrap your input contents in a scroll container set to size=maximum space. Then the currently tapped input will remain in view, or on small smartphones in landscape, at least be in close reach.