In my application the registration I have an issue when I try to type in field the keyboard hides the other fields those are the screenshots
if you use phonegap build
try to add this in config.xml, it helps me out from the same issue:
android:windowSoftInputMode="stateVisible"
thanks Manuel to point out the parameter windowSoftInputMode="stateVisible"