I am very new in Android apps development and i'm encountering issue with keyboard covering my input fields and I did a search and came to know that I need to add in
android:configChanges="screenSize|locale"
to the xml file. However I do not have the AndroidManifest.xml in my directory. All I have is config.xml which phonegap provided me.
Then I found this https://github.com/phonegap/build/issues/160 but I have no idea where to put this
android:windowSoftInputMode="value1|value2|valueN"
in my config.xml?
Any help is appreciated Thanks in adavance