xml - How to Insert android:windowSoftInputMode="adjustPan" with intel xdk? -
i need androidmanifest.xml
generated intel xdk.
when decode apk file apktool in can see in activity:
android:windowsoftinputmode="adjustresize"
i need replace
android:windowsoftinputmode="adjustpan"
i try used decode , encode apktool, on device have parse error.
is possible influence build in intel xdk, config.xml
or plugin parameter?
see http://docs.build.phonegap.com/en_us/configuring_preferences.md.html can add/modify entry in intelxdk.config.additions.xml
<preference name="android-windowsoftinputmode" value="statevisible|adjustresize" />
Comments
Post a Comment