I have been trying out different settings for android:windowSoftInputMode in config.xml for a Phonegap app. There did not seem to be any change so I checked which files in my project also have this variable after I did a phonegap build android
. I found 4 other files:
platforms/android/AndroidManifest.xml
It still had the old value even though it was modified at the time I did the build
platforms/android/ant-build/AndroidManifest.cordova.xml
It still had the old value even though it was modified at the time I did the build
platforms/android/bin/AndroidManifest.xml
It had an even older value, and it was not modified
platforms/android/res/xml/config.xml
It had the new value
So is this why I didn't see any change in my app? Is this a bug?
I guess the workaround is to delete platforms/android
and rebuild it, but I rather know if I am doing something wrong or not.
I am using Phonegap 3.5.0-0.20.4