I am facing one big problem in android phonegap application. I have 5 or 6 text filed and 2 drop down field in one single page, if i enter to type in first text filed is scrolling up and also i cant to see want i am typing in this field, in my android key board i click next button and focusing text field is not visible for me some text field only visible. i am using cordova 1.8.0 and jquery mobile1.1.1. in my android manifest file i am using the following line,
android:windowSoftInputMode="stateHidden|adjustResize|adjustPan"
but its not working fine,
Any one can know the reason, any body facing this problem.