cordova - Phonegap android add windowSoftInputMode using config.xml -
i creating phonegap application , android build want set windowsoftinputmode property of andriod manifest file using config.xml.
is there way using config.xml or command line.kindly suggest.
thanks in advance.
add next preference in config.xml file :
<preference name="android-windowsoftinputmode" value="statevisible|adjustresize" /> also have disable full-screen preference :
<preference name="fullscreen" value="false" /> check more :
android+phonegap: android:windowsoftinputmode doesn't seem work cordova bug android cordova android-manifest
No comments:
Post a Comment