Android+PhoneGap: android:windowSoftInputMode doesn't seem to work

后端 未结 3 539
小蘑菇
小蘑菇 2021-01-12 04:03

I\'m developing a PhoneGap-based application and I googled much about how to make my webview adjust its height when virtual keyboard appears, or at least get height of the v

3条回答
  •  自闭症患者
    2021-01-12 04:50

    either you can set this property in android.manifest explicitly to "adjustNothing" then you do not need to set "fullscreen" mode to false. but you have to update it every time you update/add android platform.

提交回复
热议问题